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 \ V1Methods
__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] Creation timestamp in RFC3339 text format. |
↳ description |
string
[Output Only] Description of the feature. |
↳ id |
int|string
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
↳ kind |
string
[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] Server-defined URL for the resource. |
↳ status |
PreviewFeatureStatus
[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] Creation timestamp in RFC3339 text format.
Returns | |
---|---|
Type | Description |
string |
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
[Output Only] Description of the feature.
Returns | |
---|---|
Type | Description |
string |
hasDescription
clearDescription
setDescription
[Output Only] Description of the feature.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getId
[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] 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] The type of the feature. Always "compute#previewFeature" for preview features.
Returns | |
---|---|
Type | Description |
string |
hasKind
clearKind
setKind
[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 |
getSelfLink
[Output Only] Server-defined URL for the resource.
Returns | |
---|---|
Type | Description |
string |
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined URL for the resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
[Output only] Status of the feature.
Returns | |
---|---|
Type | Description |
PreviewFeatureStatus|null |
hasStatus
clearStatus
setStatus
[Output only] Status of the feature.
Parameter | |
---|---|
Name | Description |
var |
PreviewFeatureStatus
|
Returns | |
---|---|
Type | Description |
$this |