Compute Engine v1 API - Class PreviewFeatureStatusReleaseStatus (3.18.0)

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

Reference documentation and code samples for the Compute Engine v1 API class PreviewFeatureStatusReleaseStatus.

[Output Only] The release status of the feature.

Inheritance

object > PreviewFeatureStatusReleaseStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PreviewFeatureStatusReleaseStatus()

public PreviewFeatureStatusReleaseStatus()

PreviewFeatureStatusReleaseStatus(PreviewFeatureStatusReleaseStatus)

public PreviewFeatureStatusReleaseStatus(PreviewFeatureStatusReleaseStatus other)
Parameter
Name Description
other PreviewFeatureStatusReleaseStatus

Properties

HasStage

public bool HasStage { get; }

Gets whether the "stage" field is set

Property Value
Type Description
bool

Stage

public string Stage { get; set; }

[Output Only] The stage of the feature. Check the Stage enum for the list of possible values.

Property Value
Type Description
string

UpdateDate

public Date UpdateDate { get; set; }

Output only. The last date when a feature transitioned between ReleaseStatuses.

Property Value
Type Description
Date