Class GlobalVmExtensionPolicy (0.11.0)

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

Attributes

Name Description
creation_timestamp str
Output only. [Output Only] Creation timestamp inRFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
An optional description of this resource. Provide this property when you create the resource. This field is a member of oneof_ _description.
extension_policies MutableMapping[str, google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyExtensionPolicy]
Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
id int
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
instance_selectors MutableSequence[google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyInstanceSelector]
Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
kind str
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies. This field is a member of oneof_ _kind.
name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is a member of oneof_ _name.
priority int
Optional. Used to resolve conflicts when multiple policies are active for the same extension. Defaults to 0. Larger the number, higher the priority. When the priority is the same, the policy with the newer create time has higher priority. This field is a member of oneof_ _priority.
rollout_operation google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyRolloutOperation
Required. The rollout strategy and status. This field is a member of oneof_ _rollout_operation.
scoped_resource_status str
Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy. Check the ScopedResourceStatus enum for the list of possible values. This field is a member of oneof_ _scoped_resource_status.
self_link str
Output only. [Output Only] Server-defined fully-qualified URL for this resource. This field is a member of oneof_ _self_link.
self_link_with_id str
Output only. [Output Only] Server-defined URL for this resource's resource id. This field is a member of oneof_ _self_link_with_id.
update_timestamp str
Output only. [Output Only] Update timestamp inRFC3339 text format. This field is a member of oneof_ _update_timestamp.

Classes

ExtensionPoliciesEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ScopedResourceStatus

ScopedResourceStatus(value)

Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy.