Class: Google::Cloud::Dataproc::V1beta2::ManagedGroupConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ManagedGroupConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Specifies the resources used to actively manage an instance group.
Instance Attribute Summary collapse
-
#instance_group_manager_name ⇒ ::String
readonly
Output only.
-
#instance_template_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#instance_group_manager_name ⇒ ::String (readonly)
Returns Output only. The name of the Instance Group Manager for this group.
441 442 443 444 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 441 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.
441 442 443 444 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 441 class ManagedGroupConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |