Google Cloud Dataproc V1 Client - Class ManagedGroupConfig (3.7.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setInstanceTemplateName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstanceGroupManagerName

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

Returns
TypeDescription
string

setInstanceGroupManagerName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this