public sealed class PreviewFeatureStatus : IMessage<PreviewFeatureStatus>, IEquatable<PreviewFeatureStatus>, IDeepCloneable<PreviewFeatureStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class PreviewFeatureStatus.
[Output Only] The status of the feature.
Implements
IMessagePreviewFeatureStatus, IEquatablePreviewFeatureStatus, IDeepCloneablePreviewFeatureStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|
HasHelpLink
public bool HasHelpLink { get; }Gets whether the "help_link" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HelpLink
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 |
|