Reference documentation and code samples for the Google Cloud Container V1 Client class SandboxConfig.
SandboxConfig contains configurations of the sandbox to use for the node.
Generated from protobuf message google.container.v1.SandboxConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Type of the sandbox to use for the node. |
getType
Type of the sandbox to use for the node.
Returns | |
---|---|
Type | Description |
int |
setType
Type of the sandbox to use for the node.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |