Class PreviewFeature (0.1.0)

PreviewFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a single Google Compute Engine preview feature.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
activation_status str
Specifies whether the feature is enabled or disabled. Check the ActivationStatus enum for the list of possible values. This field is a member of oneof_ _activation_status.
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
[Output Only] Description of the feature. This field is a member of oneof_ _description.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
kind str
[Output only] The type of the feature. Always "compute#previewFeature" for preview features. This field is a member of oneof_ _kind.
name str
Name of the feature. This field is a member of oneof_ _name.
rollout_operation google.cloud.compute_v1beta.types.PreviewFeatureRolloutOperation
Rollout operation of the feature. This field is a member of oneof_ _rollout_operation.
self_link str
[Output Only] Server-defined URL for the resource. This field is a member of oneof_ _self_link.
status google.cloud.compute_v1beta.types.PreviewFeatureStatus
[Output only] Status of the feature. This field is a member of oneof_ _status.

Classes

ActivationStatus

ActivationStatus(value)

Specifies whether the feature is enabled or disabled.