Compute V1 Client - Class PreviewFeature (2.4.0)

Reference documentation and code samples for the Compute V1 Client class PreviewFeature.

Represents a single Google Compute Engine preview feature.

Generated from protobuf message google.cloud.compute.v1.PreviewFeature

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ activation_status string

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

↳ creation_timestamp string

Output only. [Output Only] Creation timestamp inRFC3339 text format.

↳ description string

Output only. [Output Only] Description of the feature.

↳ id int|string

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

↳ kind string

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

↳ name string

Name of the feature.

↳ rollout_operation PreviewFeatureRolloutOperation

Rollout operation of the feature.

↳ self_link string

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

↳ status PreviewFeatureStatus

Output only. [Output only] Status of the feature.

getActivationStatus

Specifies whether the feature is enabled or disabled.

Check the ActivationStatus enum for the list of possible values.

Returns
Type Description
string

hasActivationStatus

clearActivationStatus

setActivationStatus

Specifies whether the feature is enabled or disabled.

Check the ActivationStatus enum for the list of possible values.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreationTimestamp

Output only. [Output Only] Creation timestamp inRFC3339 text format.

Returns
Type Description
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

Output only. [Output Only] Creation timestamp inRFC3339 text format.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Output only. [Output Only] Description of the feature.

Returns
Type Description
string

hasDescription

clearDescription

setDescription

Output only. [Output Only] Description of the feature.

Parameter
Name Description
var string
Returns
Type Description
$this

getId

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

Returns
Type Description
int|string

hasId

clearId

setId

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

Parameter
Name Description
var int|string
Returns
Type Description
$this

getKind

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

Returns
Type Description
string

hasKind

clearKind

setKind

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

Parameter
Name Description
var string
Returns
Type Description
$this

getName

Name of the feature.

Returns
Type Description
string

hasName

clearName

setName

Name of the feature.

Parameter
Name Description
var string
Returns
Type Description
$this

getRolloutOperation

Rollout operation of the feature.

Returns
Type Description
PreviewFeatureRolloutOperation|null

hasRolloutOperation

clearRolloutOperation

setRolloutOperation

Rollout operation of the feature.

Parameter
Name Description
var PreviewFeatureRolloutOperation
Returns
Type Description
$this

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

Returns
Type Description
string

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

Parameter
Name Description
var string
Returns
Type Description
$this

getStatus

Output only. [Output only] Status of the feature.

Returns
Type Description
PreviewFeatureStatus|null

hasStatus

clearStatus

setStatus

Output only. [Output only] Status of the feature.

Parameter
Name Description
var PreviewFeatureStatus
Returns
Type Description
$this