Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::PreviewFeature.
Represents a single Google Compute Engine preview feature.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#activation_status
def activation_status() -> ::String
Returns
- (::String) — Specifies whether the feature is enabled or disabled. Check the ActivationStatus enum for the list of possible values.
#activation_status=
def activation_status=(value) -> ::String
Parameter
- value (::String) — Specifies whether the feature is enabled or disabled. Check the ActivationStatus enum for the list of possible values.
Returns
- (::String) — Specifies whether the feature is enabled or disabled. Check the ActivationStatus enum for the list of possible values.
#creation_timestamp
def creation_timestamp() -> ::String
Returns
- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#creation_timestamp=
def creation_timestamp=(value) -> ::String
Parameter
- value (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
Returns
- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#description
def description() -> ::String
Returns
- (::String) — Output only. [Output Only] Description of the feature.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Output only. [Output Only] Description of the feature.
Returns
- (::String) — Output only. [Output Only] Description of the feature.
#id
def id() -> ::Integer
Returns
- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#id=
def id=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Returns
- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#kind
def kind() -> ::String
Returns
- (::String) — Output only. [Output only] The type of the feature. Always "compute#previewFeature" for preview features.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — Output only. [Output only] The type of the feature. Always "compute#previewFeature" for preview features.
Returns
- (::String) — Output only. [Output only] The type of the feature. Always "compute#previewFeature" for preview features.
#name
def name() -> ::String
Returns
- (::String) — Name of the feature.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the feature.
Returns
- (::String) — Name of the feature.
#rollout_operation
def rollout_operation() -> ::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation
Returns
- (::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation) — Rollout operation of the feature.
#rollout_operation=
def rollout_operation=(value) -> ::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation
Parameter
- value (::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation) — Rollout operation of the feature.
Returns
- (::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation) — Rollout operation of the feature.
#self_link
def self_link() -> ::String
Returns
- (::String) — Output only. [Output Only] Server-defined URL for the resource.
#self_link=
def self_link=(value) -> ::String
Parameter
- value (::String) — Output only. [Output Only] Server-defined URL for the resource.
Returns
- (::String) — Output only. [Output Only] Server-defined URL for the resource.
#status
def status() -> ::Google::Cloud::Compute::V1::PreviewFeatureStatus
Returns
- (::Google::Cloud::Compute::V1::PreviewFeatureStatus) — Output only. [Output only] Status of the feature.
#status=
def status=(value) -> ::Google::Cloud::Compute::V1::PreviewFeatureStatus
Parameter
- value (::Google::Cloud::Compute::V1::PreviewFeatureStatus) — Output only. [Output only] Status of the feature.
Returns
- (::Google::Cloud::Compute::V1::PreviewFeatureStatus) — Output only. [Output only] Status of the feature.