Google Cloud Dataproc V1 Client - Class InstanceSelectionResult (3.11.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class InstanceSelectionResult.

Defines a mapping from machine types to the number of VMs that are created with each machine type.

Generated from protobuf message google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult

Namespace

Google \ Cloud \ Dataproc \ V1 \ InstanceFlexibilityPolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ machine_type string

Output only. Full machine-type names, e.g. "n1-standard-16".

↳ vm_count int

Output only. Number of VM provisioned with the machine_type.

getMachineType

Output only. Full machine-type names, e.g. "n1-standard-16".

Returns
TypeDescription
string

hasMachineType

clearMachineType

setMachineType

Output only. Full machine-type names, e.g. "n1-standard-16".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVmCount

Output only. Number of VM provisioned with the machine_type.

Returns
TypeDescription
int

hasVmCount

clearVmCount

setVmCount

Output only. Number of VM provisioned with the machine_type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this