Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ManagedGroupConfig.
Specifies the resources used to actively manage an instance group.
Generated from protobuf message google.cloud.dataproc.v1.ManagedGroupConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance_template_name |
string
Output only. The name of the Instance Template used for the Managed Instance Group. |
↳ instance_group_manager_name |
string
Output only. The name of the Instance Group Manager for this group. |
getInstanceTemplateName
Output only. The name of the Instance Template used for the Managed Instance Group.
Generated from protobuf field string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setInstanceTemplateName
Output only. The name of the Instance Template used for the Managed Instance Group.
Generated from protobuf field string instance_template_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstanceGroupManagerName
Output only. The name of the Instance Group Manager for this group.
Generated from protobuf field string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setInstanceGroupManagerName
Output only. The name of the Instance Group Manager for this group.
Generated from protobuf field string instance_group_manager_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |