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 \ InstanceFlexibilityPolicyMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
hasMachineType
clearMachineType
setMachineType
Output only. Full machine-type names, e.g. "n1-standard-16".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVmCount
Output only. Number of VM provisioned with the machine_type.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasVmCount
clearVmCount
setVmCount
Output only. Number of VM provisioned with the machine_type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|