Google Cloud Container V1 Client - Class SandboxConfig (2.6.0)

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 \ V1

Methods

__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 Enum of type Type.

setType

Type of the sandbox to use for the node.

Parameter
Name Description
var int

Enum of type Type.

Returns
Type Description
$this