Class: Google::Cloud::Dataproc::V1::ManagedGroupConfig

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

Overview

Specifies the resources used to actively manage an instance group.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_group_manager_name::String (readonly)

Returns Output only. The name of the Instance Group Manager for this group.

Returns:

  • (::String)

    Output only. The name of the Instance Group Manager for this group.



647
648
649
650
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 647

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

#instance_group_manager_uri::String (readonly)

Returns Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.

Returns:

  • (::String)

    Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.



647
648
649
650
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 647

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

#instance_template_name::String (readonly)

Returns Output only. The name of the Instance Template used for the Managed Instance Group.

Returns:

  • (::String)

    Output only. The name of the Instance Template used for the Managed Instance Group.



647
648
649
650
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 647

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