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

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

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

Upgrade details of a cluster. This cluster can be primary or secondary.

Inheritance

object > UpgradeClusterResponse.Types.ClusterUpgradeDetails

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

ClusterUpgradeDetails()

public ClusterUpgradeDetails()

ClusterUpgradeDetails(ClusterUpgradeDetails)

public ClusterUpgradeDetails(UpgradeClusterResponse.Types.ClusterUpgradeDetails other)
Parameter
Name Description
other UpgradeClusterResponseTypesClusterUpgradeDetails

Properties

ClusterType

public Cluster.Types.ClusterType ClusterType { get; set; }

Cluster type which can either be primary or secondary.

Property Value
Type Description
ClusterTypesClusterType

DatabaseVersion

public DatabaseVersion DatabaseVersion { get; set; }

Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

Property Value
Type Description
DatabaseVersion

InstanceUpgradeDetails

public RepeatedField<UpgradeClusterResponse.Types.InstanceUpgradeDetails> InstanceUpgradeDetails { get; }

Upgrade details of the instances directly associated with this cluster.

Property Value
Type Description
RepeatedFieldUpgradeClusterResponseTypesInstanceUpgradeDetails

Name

public string Name { get; set; }

Normalized name of the cluster

Property Value
Type Description
string

StageInfo

public RepeatedField<UpgradeClusterResponse.Types.StageInfo> StageInfo { get; }

Array containing stage info associated with this cluster.

Property Value
Type Description
RepeatedFieldUpgradeClusterResponseTypesStageInfo

UpgradeStatus

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

Upgrade status of the cluster.

Property Value
Type Description
UpgradeClusterResponseTypesStatus