Google Kubernetes Engine v1 API - Class UpgradeDetails (3.34.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class UpgradeDetails.

UpgradeDetails contains detailed information of each individual upgrade operation.

Inheritance

object > UpgradeDetails

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

UpgradeDetails()

public UpgradeDetails()

UpgradeDetails(UpgradeDetails)

public UpgradeDetails(UpgradeDetails other)
Parameter
Name Description
other UpgradeDetails

Properties

EndTime

public Timestamp EndTime { get; set; }

The end timestamp of the upgrade.

Property Value
Type Description
Timestamp

InitialVersion

public string InitialVersion { get; set; }

The version before the upgrade.

Property Value
Type Description
string

StartTime

public Timestamp StartTime { get; set; }

The start timestamp of the upgrade.

Property Value
Type Description
Timestamp

StartType

public UpgradeDetails.Types.StartType StartType { get; set; }

The start type of the upgrade.

Property Value
Type Description
UpgradeDetailsTypesStartType

State

public UpgradeDetails.Types.State State { get; set; }

Output only. The state of the upgrade.

Property Value
Type Description
UpgradeDetailsTypesState

TargetVersion

public string TargetVersion { get; set; }

The version after the upgrade.

Property Value
Type Description
string