Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagerStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#all_instances_config ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAllInstancesConfig
[Output only] Status of all-instances configuration on the group.
-
#autoscaler ⇒ ::String
[Output Only] The URL of the Autoscaler that targets this instance group manager.
-
#is_stable ⇒ ::Boolean
[Output Only] A bit indicating whether the managed instance group is in a stable state.
-
#stateful ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful
[Output Only] Stateful status of the given Instance Group Manager.
-
#version_target ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusVersionTarget
[Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
Instance Attribute Details
#all_instances_config ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAllInstancesConfig
Returns [Output only] Status of all-instances configuration on the group.
14134 14135 14136 14137 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14134 class InstanceGroupManagerStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#autoscaler ⇒ ::String
Returns [Output Only] The URL of the Autoscaler that targets this instance group manager.
14134 14135 14136 14137 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14134 class InstanceGroupManagerStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_stable ⇒ ::Boolean
Returns [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
14134 14135 14136 14137 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14134 class InstanceGroupManagerStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stateful ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusStateful
Returns [Output Only] Stateful status of the given Instance Group Manager.
14134 14135 14136 14137 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14134 class InstanceGroupManagerStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_target ⇒ ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusVersionTarget
Returns [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
14134 14135 14136 14137 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14134 class InstanceGroupManagerStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |