Anthos Multi-Cloud v1 API - Class GetAttachedServerConfigRequest (2.6.0)

public sealed class GetAttachedServerConfigRequest : IMessage<GetAttachedServerConfigRequest>, IEquatable<GetAttachedServerConfigRequest>, IDeepCloneable<GetAttachedServerConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAttachedServerConfigRequest.

GetAttachedServerConfigRequest gets the server config for attached clusters.

Inheritance

object > GetAttachedServerConfigRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

GetAttachedServerConfigRequest()

public GetAttachedServerConfigRequest()

GetAttachedServerConfigRequest(GetAttachedServerConfigRequest)

public GetAttachedServerConfigRequest(GetAttachedServerConfigRequest other)
Parameter
Name Description
other GetAttachedServerConfigRequest

Properties

AttachedServerConfigName

public AttachedServerConfigName AttachedServerConfigName { get; set; }

AttachedServerConfigName-typed view over the Name resource name property.

Property Value
Type Description
AttachedServerConfigName

Name

public string Name { get; set; }

Required. The name of the [AttachedServerConfig][google.cloud.gkemulticloud.v1.AttachedServerConfig] resource to describe.

AttachedServerConfig names are formatted as projects/<project-id>/locations/<region>/attachedServerConfig.

See Resource Names for more details on Google Cloud resource names.

Property Value
Type Description
string