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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__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. |
↳ instance_group_manager_uri |
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. |
getInstanceTemplateName
Output only. The name of the Instance Template used for the Managed Instance Group.
Returns | |
---|---|
Type | Description |
string |
setInstanceTemplateName
Output only. The name of the Instance Template used for the Managed Instance Group.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstanceGroupManagerName
Output only. The name of the Instance Group Manager for this group.
Returns | |
---|---|
Type | Description |
string |
setInstanceGroupManagerName
Output only. The name of the Instance Group Manager for this group.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstanceGroupManagerUri
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 | |
---|---|
Type | Description |
string |
setInstanceGroupManagerUri
Output only. The partial URI to the instance group manager for this group.
E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |