Anthos Multi-Cloud v1 API - Class AttachedServerConfig (2.5.0)

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

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

AttachedServerConfig provides information about supported Kubernetes versions

Inheritance

object > AttachedServerConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedServerConfig()

public AttachedServerConfig()

AttachedServerConfig(AttachedServerConfig)

public AttachedServerConfig(AttachedServerConfig other)
Parameter
NameDescription
otherAttachedServerConfig

Properties

AttachedServerConfigName

public AttachedServerConfigName AttachedServerConfigName { get; set; }

AttachedServerConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
AttachedServerConfigName

Name

public string Name { get; set; }

The resource name of the config.

Property Value
TypeDescription
string

ValidVersions

public RepeatedField<AttachedPlatformVersionInfo> ValidVersions { get; }

List of valid platform versions.

Property Value
TypeDescription
RepeatedFieldAttachedPlatformVersionInfo