Show / Hide Table of Contents

Class PreviewFeature

Represents a single Google Compute Engine preview feature.

Inheritance
object
PreviewFeature
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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. [Output Only] Creation timestamp inRFC3339 text format.

Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type Description
string

Description

Output only. [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. [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. [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. [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. [Output only] Status of the feature.

Declaration
[JsonProperty("status")]
public virtual PreviewFeatureStatus Status { get; set; }
Property Value
Type Description
PreviewFeatureStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX