Reference documentation and code samples for the Compute V1 Client class GetReservationBlockRequest.
A request message for ReservationBlocks.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetReservationBlockRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project
string
Project ID for this request.
↳ reservation
string
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
↳ reservation_block
string
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
↳ view
string
View of the Block. Check the View enum for the list of possible values.
↳ zone
string
Name of the zone for this request. Zone name should conform to RFC1035.
getProject
Project ID for this request.
string
setProject
Project ID for this request.
var
string
$this
getReservation
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
string
setReservation
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
var
string
$this
getReservationBlock
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
string
setReservationBlock
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
var
string
$this
getView
View of the Block.
Check the View enum for the list of possible values.
string
hasView
clearView
setView
View of the Block.
Check the View enum for the list of possible values.
var
string
$this
getZone
Name of the zone for this request. Zone name should conform to RFC1035.
string
setZone
Name of the zone for this request. Zone name should conform to RFC1035.
var
string
$this
static::build
project
string
Project ID for this request.
zone
string
Name of the zone for this request. Zone name should conform to RFC1035.
reservation
string
The name of the reservation. Name should conform to RFC1035 or be a resource ID.
reservationBlock
string
The name of the reservation block. Name should conform to RFC1035 or be a resource ID.