Reference documentation and code samples for the Compute V1 Client class GetRegionDiskTypeRequest.
A request message for RegionDiskTypes.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetRegionDiskTypeRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ disk_type
string
Name of the disk type to return.
↳ project
string
Project ID for this request.
↳ region
string
The name of the region for this request.
getDiskType
Name of the disk type to return.
string
setDiskType
Name of the disk type to return.
var
string
$this
getProject
Project ID for this request.
string
setProject
Project ID for this request.
var
string
$this
getRegion
The name of the region for this request.
string
setRegion
The name of the region for this request.
var
string
$this
static::build
project
string
Project ID for this request.
region
string
The name of the region for this request.
diskType
string
Name of the disk type to return.