Compute Engine v1 API - Class PreviewFeatureStatus (3.18.0)

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

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

[Output Only] The status of the feature.

Inheritance

object > PreviewFeatureStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PreviewFeatureStatus()

public PreviewFeatureStatus()

PreviewFeatureStatus(PreviewFeatureStatus)

public PreviewFeatureStatus(PreviewFeatureStatus other)
Parameter
Name Description
other PreviewFeatureStatus

Properties

Description

public string Description { get; set; }

[Output Only] The description of the feature.

Property Value
Type Description
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool
public bool HasHelpLink { get; }

Gets whether the "help_link" field is set

Property Value
Type Description
bool
public string HelpLink { get; set; }

[Output Only] Link to the public documentation for the feature.

Property Value
Type Description
string

ReleaseStatus

public PreviewFeatureStatusReleaseStatus ReleaseStatus { get; set; }
Property Value
Type Description
PreviewFeatureStatusReleaseStatus