Class VmExtensionPolicy (0.11.0)

VmExtensionPolicy(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. This field is a member of oneof_ _description.
extension_policies MutableMapping[str, google.cloud.compute_v1beta.types.VmExtensionPolicyExtensionPolicy]
Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
global_resource_link str
Optional. Output only. [Output Only] Link to the global policy that manages this zone policy, if applicable. This field is a member of oneof_ _global_resource_link.
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.VmExtensionPolicyInstanceSelector]
Optional. Selectors to target VMs for this policy. VMs are selected if they match *any* of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
kind str
Output only. [Output Only] Type of the resource. Alwayscompute#vmExtensionPolicy. This field is a member of oneof_ _kind.
managed_by_global bool
Optional. Output only. [Output Only] Indicates if this policy is managed by a global policy. This field is a member of oneof_ _managed_by_global.
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. Priority of this policy. Used to resolve conflicts when multiple policies apply to the same extension. The policy priority is an integer from 0 to 65535, inclusive. Lower integers indicate higher priorities. If you do not specify a priority when creating a rule, it is assigned a priority of 1000. If priorities are equal, the policy with the most recent creation timestamp takes precedence. This field is a member of oneof_ _priority.
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.
state str
Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING. Check the State enum for the list of possible values. This field is a member of oneof_ _state.
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.

State

State(value)

Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING.