Class PreviewFeature
Represents a single Google Compute Engine preview feature.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeature : IDirectResponseSchema
Properties
ActivationStatus
Specifies whether the feature is enabled or disabled.
Declaration
[JsonProperty("activationStatus")]
public virtual string ActivationStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
CreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
[Output Only] Description of the feature.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Kind
[Output only] The type of the feature. Always "compute#previewFeature" for preview features.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the feature.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutOperation
Rollout operation of the feature.
Declaration
[JsonProperty("rolloutOperation")]
public virtual PreviewFeatureRolloutOperation RolloutOperation { get; set; }
Property Value
Type | Description |
---|---|
PreviewFeatureRolloutOperation |
SelfLink
[Output Only] Server-defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
[Output only] Status of the feature.
Declaration
[JsonProperty("status")]
public virtual PreviewFeatureStatus Status { get; set; }
Property Value
Type | Description |
---|---|
PreviewFeatureStatus |