Reference documentation and code samples for the Google Cloud Container V1 Client class SecondaryBootDisk.
SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.
Generated from protobuf message google.container.v1.SecondaryBootDisk
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mode |
int
Disk mode (container image cache, etc.) |
↳ disk_image |
string
Fully-qualified resource ID for an existing disk image. |
getMode
Disk mode (container image cache, etc.)
Returns | |
---|---|
Type | Description |
int |
setMode
Disk mode (container image cache, etc.)
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDiskImage
Fully-qualified resource ID for an existing disk image.
Returns | |
---|---|
Type | Description |
string |
setDiskImage
Fully-qualified resource ID for an existing disk image.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |