Class: Google::Cloud::Dataproc::V1::ManagedGroupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ManagedGroupConfig
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
Overview
Specifies the resources used to actively manage an instance group.
Instance Attribute Summary collapse
-
#instance_group_manager_name ⇒ String
Output-only.
-
#instance_template_name ⇒ String
Output-only.
Instance Attribute Details
#instance_group_manager_name ⇒ String
Returns Output-only. The name of the Instance Group Manager for this group.
237 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 237 class ManagedGroupConfig; end |
#instance_template_name ⇒ String
Returns Output-only. The name of the Instance Template used for the Managed Instance Group.
237 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 237 class ManagedGroupConfig; end |