Compute Engine v1 API - Class PreviewFeature (3.18.0)

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

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

Represents a single Google Compute Engine preview feature.

Inheritance

object > PreviewFeature

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PreviewFeature()

public PreviewFeature()

PreviewFeature(PreviewFeature)

public PreviewFeature(PreviewFeature other)
Parameter
Name Description
other PreviewFeature

Properties

ActivationStatus

public string ActivationStatus { get; set; }

Specifies whether the feature is enabled or disabled. Check the ActivationStatus enum for the list of possible values.

Property Value
Type Description
string

CreationTimestamp

public string CreationTimestamp { get; set; }

[Output Only] Creation timestamp in RFC3339 text format.

Property Value
Type Description
string

Description

public string Description { get; set; }

[Output Only] Description of the feature.

Property Value
Type Description
string

HasActivationStatus

public bool HasActivationStatus { get; }

Gets whether the "activation_status" field is set

Property Value
Type Description
bool

HasCreationTimestamp

public bool HasCreationTimestamp { get; }

Gets whether the "creation_timestamp" field is set

Property Value
Type Description
bool

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
Type Description
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
Type Description
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

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

Gets whether the "self_link" field is set

Property Value
Type Description
bool

Id

public ulong Id { get; set; }

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Property Value
Type Description
ulong

Kind

public string Kind { get; set; }

[Output only] The type of the feature. Always "compute#previewFeature" for preview features.

Property Value
Type Description
string

Name

public string Name { get; set; }

Name of the feature.

Property Value
Type Description
string

RolloutOperation

public PreviewFeatureRolloutOperation RolloutOperation { get; set; }

Rollout operation of the feature.

Property Value
Type Description
PreviewFeatureRolloutOperation
public string SelfLink { get; set; }

[Output Only] Server-defined URL for the resource.

Property Value
Type Description
string

Status

public PreviewFeatureStatus Status { get; set; }

[Output only] Status of the feature.

Property Value
Type Description
PreviewFeatureStatus