Class: Google::Cloud::Compute::V1::InstanceGroupManager
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManager
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers resource.
Defined Under Namespace
Modules: ListManagedInstancesResults
Instance Attribute Summary collapse
-
#auto_healing_policies ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManagerAutoHealingPolicy>
The autohealing policy for this managed instance group.
-
#base_instance_name ⇒ ::String
The base instance name to use for instances in this group.
-
#creation_timestamp ⇒ ::String
[Output Only] The creation timestamp for this managed instance group in RFC3339 text format.
-
#current_actions ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary
[Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
-
#description ⇒ ::String
An optional description of this resource.
-
#distribution_policy ⇒ ::Google::Cloud::Compute::V1::DistributionPolicy
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
-
#fingerprint ⇒ ::String
Fingerprint of this resource.
-
#id ⇒ ::Integer
[Output Only] A unique identifier for this resource type.
-
#instance_group ⇒ ::String
[Output Only] The URL of the Instance Group resource.
-
#instance_template ⇒ ::String
The URL of the instance template that is specified for this managed instance group.
-
#kind ⇒ ::String
[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.
-
#list_managed_instances_results ⇒ ::String
Pagination behavior of the listManagedInstances API method for this managed instance group.
-
#name ⇒ ::String
The name of the managed instance group.
-
#named_ports ⇒ ::Array<::Google::Cloud::Compute::V1::NamedPort>
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
-
#region ⇒ ::String
[Output Only] The URL of the region where the managed instance group resides (for regional resources).
-
#self_link ⇒ ::String
[Output Only] The URL for this managed instance group.
-
#stateful_policy ⇒ ::Google::Cloud::Compute::V1::StatefulPolicy
Stateful configuration for this Instanced Group Manager.
-
#status ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatus
[Output Only] The status of this managed instance group.
-
#target_pools ⇒ ::Array<::String>
The URLs for all TargetPool resources to which instances in the instanceGroup field are added.
-
#target_size ⇒ ::Integer
The target number of running instances for this managed instance group.
-
#update_policy ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy
The update policy for this managed instance group.
-
#versions ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManagerVersion>
Specifies the instance templates used by this managed instance group to create instances.
-
#zone ⇒ ::String
[Output Only] The URL of a zone where the managed instance group is located (for zonal resources).
Instance Attribute Details
#auto_healing_policies ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManagerAutoHealingPolicy>
Returns The autohealing policy for this managed instance group. You can specify only one value.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#base_instance_name ⇒ ::String
Returns The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#creation_timestamp ⇒ ::String
Returns [Output Only] The creation timestamp for this managed instance group in RFC3339 text format.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#current_actions ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary
Returns [Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#description ⇒ ::String
Returns An optional description of this resource.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#distribution_policy ⇒ ::Google::Cloud::Compute::V1::DistributionPolicy
Returns Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#fingerprint ⇒ ::String
Returns Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#id ⇒ ::Integer
Returns [Output Only] A unique identifier for this resource type. The server generates this identifier.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#instance_group ⇒ ::String
Returns [Output Only] The URL of the Instance Group resource.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#instance_template ⇒ ::String
Returns The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#kind ⇒ ::String
Returns [Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#list_managed_instances_results ⇒ ::String
Returns Pagination behavior of the listManagedInstances API method for this managed instance group. Check the ListManagedInstancesResults enum for the list of possible values.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#name ⇒ ::String
Returns The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#named_ports ⇒ ::Array<::Google::Cloud::Compute::V1::NamedPort>
Returns Named ports configured for the Instance Groups complementary to this Instance Group Manager.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#region ⇒ ::String
Returns [Output Only] The URL of the region where the managed instance group resides (for regional resources).
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#self_link ⇒ ::String
Returns [Output Only] The URL for this managed instance group. The server defines this URL.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#stateful_policy ⇒ ::Google::Cloud::Compute::V1::StatefulPolicy
Returns Stateful configuration for this Instanced Group Manager.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#status ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatus
Returns [Output Only] The status of this managed instance group.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#target_pools ⇒ ::Array<::String>
Returns The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#target_size ⇒ ::Integer
Returns The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#update_policy ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy
Returns The update policy for this managed instance group.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#versions ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceGroupManagerVersion>
Returns Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |
#zone ⇒ ::String
Returns [Output Only] The URL of a zone where the managed instance group is located (for zonal resources).
12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12367 class InstanceGroupManager include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Pagination behavior of the listManagedInstances API method for this managed instance group. module ListManagedInstancesResults # A value indicating that the enum field is not set. UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS = 0 # (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response. PAGELESS = 32_183_464 # Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected. PAGINATED = 40_190_637 end end |