Reference documentation and code samples for the Compute V1 Client class ReservationSubBlockPhysicalTopology.
Generated from protobuf message google.cloud.compute.v1.ReservationSubBlockPhysicalTopology
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ block |
string
The hash of the capacity block within the cluster. |
↳ cluster |
string
The cluster name of the reservation subBlock. |
↳ sub_block |
string
The hash of the capacity sub-block within the capacity block. |
getBlock
The hash of the capacity block within the cluster.
Returns | |
---|---|
Type | Description |
string |
hasBlock
clearBlock
setBlock
The hash of the capacity block within the cluster.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCluster
The cluster name of the reservation subBlock.
Returns | |
---|---|
Type | Description |
string |
hasCluster
clearCluster
setCluster
The cluster name of the reservation subBlock.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSubBlock
The hash of the capacity sub-block within the capacity block.
Returns | |
---|---|
Type | Description |
string |
hasSubBlock
clearSubBlock
setSubBlock
The hash of the capacity sub-block within the capacity block.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |