Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#autoscaler::String

Returns [Output Only] The URL of the Autoscaler that targets this instance group manager.

Returns:

  • (::String)

    [Output Only] The URL of the Autoscaler that targets this instance group manager.



11203
11204
11205
11206
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11203

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.

Returns:

  • (::Boolean)

    [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.



11203
11204
11205
11206
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11203

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.

Returns:



11203
11204
11205
11206
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11203

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.

Returns:



11203
11204
11205
11206
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11203

class InstanceGroupManagerStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end