Reference documentation and code samples for the Compute V1 Client class GlobalVmExtensionPolicy.
Message describing GlobalVmExtensionPolicy object.
Generated from protobuf message google.cloud.compute.v1.GlobalVmExtensionPolicy
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ creation_timestamp
string
Output only. [Output Only] Creation timestamp inRFC3339 text format.
↳ description
string
An optional description of this resource. Provide this property when you create the resource.
↳ extension_policies
array| Google\Protobuf\Internal\MapField
Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
↳ id
int|string
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
↳ instance_selectors
array< GlobalVmExtensionPolicyInstanceSelector
>
Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
↳ kind
string
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
↳ name
string
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.
↳ 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.
↳ rollout_operation
↳ scoped_resource_status
string
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.
↳ self_link
string
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
↳ self_link_with_id
string
Output only. [Output Only] Server-defined URL for this resource's resource id.
↳ update_timestamp
string
Output only. [Output Only] Update timestamp inRFC3339 text format.
getCreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
string
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
var
string
$this
getDescription
An optional description of this resource. Provide this property when you create the resource.
string
hasDescription
clearDescription
setDescription
An optional description of this resource. Provide this property when you create the resource.
var
string
$this
getExtensionPolicies
Required. Map from extension (eg: "cloudops") to its policy configuration.
The key is the name of the extension.
setExtensionPolicies
Required. Map from extension (eg: "cloudops") to its policy configuration.
The key is the name of the extension.
$this
getId
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
int|string
hasId
clearId
setId
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
var
int|string
$this
getInstanceSelectors
Optional. Selector to target VMs for a policy.
There is a logical "AND" between instance_selectors.
setInstanceSelectors
Optional. Selector to target VMs for a policy.
There is a logical "AND" between instance_selectors.
$this
getKind
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
string
hasKind
clearKind
setKind
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
var
string
$this
getName
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.
string
hasName
clearName
setName
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.
var
string
$this
getPriority
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.
int
hasPriority
clearPriority
setPriority
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.
var
int
$this
getRolloutOperation
Required. The rollout strategy and status.
hasRolloutOperation
clearRolloutOperation
setRolloutOperation
Required. The rollout strategy and status.
$this
getScopedResourceStatus
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.
string
hasScopedResourceStatus
clearScopedResourceStatus
setScopedResourceStatus
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.
var
string
$this
getSelfLink
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
string
hasSelfLink
clearSelfLink
setSelfLink
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
var
string
$this
getSelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource's resource id.
string
hasSelfLinkWithId
clearSelfLinkWithId
setSelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource's resource id.
var
string
$this
getUpdateTimestamp
Output only. [Output Only] Update timestamp inRFC3339 text format.
string
hasUpdateTimestamp
clearUpdateTimestamp
setUpdateTimestamp
Output only. [Output Only] Update timestamp inRFC3339 text format.
var
string
$this

