Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GlobalVmExtensionPolicy.
Message describing GlobalVmExtensionPolicy object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#creation_timestamp
def creation_timestamp() -> ::String- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#creation_timestamp=
def creation_timestamp=(value) -> ::String- value (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#description
def description() -> ::String- (::String) — An optional description of this resource. Provide this property when you create the resource.
#description=
def description=(value) -> ::String- value (::String) — An optional description of this resource. Provide this property when you create the resource.
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#extension_policies
def extension_policies() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy}- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy}) — Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
#extension_policies=
def extension_policies=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy}- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy}) — Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy}) — Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
#id
def id() -> ::Integer- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#id=
def id=(value) -> ::Integer- value (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#instance_selectors
def instance_selectors() -> ::Array<::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector>- (::Array<::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector>) — Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
#instance_selectors=
def instance_selectors=(value) -> ::Array<::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector>- value (::Array<::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector>) — Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
- (::Array<::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector>) — Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
#kind
def kind() -> ::String- (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
#kind=
def kind=(value) -> ::String- value (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
- (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
#name
def name() -> ::String-
(::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.
#name=
def name=(value) -> ::String-
value (::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.
-
(::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
def priority() -> ::Integer-
(::Integer) — 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.
#priority=
def priority=(value) -> ::Integer-
value (::Integer) — 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.
-
(::Integer) — 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
def rollout_operation() -> ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation- (::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation) — Required. The rollout strategy and status.
#rollout_operation=
def rollout_operation=(value) -> ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation- value (::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation) — Required. The rollout strategy and status.
- (::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyRolloutOperation) — Required. The rollout strategy and status.
#scoped_resource_status
def scoped_resource_status() -> ::String- (::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.
#scoped_resource_status=
def scoped_resource_status=(value) -> ::String- value (::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.
- (::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
def self_link() -> ::String- (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
#self_link=
def self_link=(value) -> ::String- value (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
- (::String) — Output only. [Output Only] Server-defined fully-qualified URL for this resource.
#self_link_with_id
def self_link_with_id() -> ::String- (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
#self_link_with_id=
def self_link_with_id=(value) -> ::String- value (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
- (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
#update_timestamp
def update_timestamp() -> ::String- (::String) — Output only. [Output Only] Update timestamp inRFC3339 text format.
#update_timestamp=
def update_timestamp=(value) -> ::String- value (::String) — Output only. [Output Only] Update timestamp inRFC3339 text format.
- (::String) — Output only. [Output Only] Update timestamp inRFC3339 text format.