Reference documentation and code samples for the Compute V1 Client class LocalDisk.
Generated from protobuf message google.cloud.compute.v1.LocalDisk
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disk_count |
int
Specifies the number of such disks. |
↳ disk_size_gb |
int
Specifies the size of the disk in base-2 GB. |
↳ disk_type |
string
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL. |
getDiskCount
Specifies the number of such disks.
Returns | |
---|---|
Type | Description |
int |
hasDiskCount
clearDiskCount
setDiskCount
Specifies the number of such disks.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDiskSizeGb
Specifies the size of the disk in base-2 GB.
Returns | |
---|---|
Type | Description |
int |
hasDiskSizeGb
clearDiskSizeGb
setDiskSizeGb
Specifies the size of the disk in base-2 GB.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDiskType
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
Returns | |
---|---|
Type | Description |
string |
hasDiskType
clearDiskType
setDiskType
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |