AlloyDB v1alpha API - Class UpgradeClusterResponse.Types.InstanceUpgradeDetails (1.0.0-alpha10)

public sealed class UpgradeClusterResponse.Types.InstanceUpgradeDetails : IMessage<UpgradeClusterResponse.Types.InstanceUpgradeDetails>, IEquatable<UpgradeClusterResponse.Types.InstanceUpgradeDetails>, IDeepCloneable<UpgradeClusterResponse.Types.InstanceUpgradeDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class UpgradeClusterResponse.Types.InstanceUpgradeDetails.

Details regarding the upgrade of instaces associated with a cluster.

Inheritance

object > UpgradeClusterResponse.Types.InstanceUpgradeDetails

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

InstanceUpgradeDetails()

public InstanceUpgradeDetails()

InstanceUpgradeDetails(InstanceUpgradeDetails)

public InstanceUpgradeDetails(UpgradeClusterResponse.Types.InstanceUpgradeDetails other)
Parameter
Name Description
other UpgradeClusterResponseTypesInstanceUpgradeDetails

Properties

InstanceType

public Instance.Types.InstanceType InstanceType { get; set; }

Instance type.

Property Value
Type Description
InstanceTypesInstanceType

Name

public string Name { get; set; }

Normalized name of the instance.

Property Value
Type Description
string

UpgradeStatus

public UpgradeClusterResponse.Types.Status UpgradeStatus { get; set; }

Upgrade status of the instance.

Property Value
Type Description
UpgradeClusterResponseTypesStatus