Reference documentation and code samples for the Compute V1 Client class ReservationsResizeRequest.
Generated from protobuf message google.cloud.compute.v1.ReservationsResizeRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ specific_sku_count |
int|string
Number of allocated resources can be resized with minimum = 1 and maximum = 1000. |
getSpecificSkuCount
Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
Returns | |
---|---|
Type | Description |
int|string |
hasSpecificSkuCount
clearSpecificSkuCount
setSpecificSkuCount
Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |