Reference documentation and code samples for the Google Cloud Container V1 Client class Type.
Operation type.
Protobuf type google.container.v1.Operation.Type
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
CREATE_CLUSTER
Value: 1
Cluster create.
Generated from protobuf enum CREATE_CLUSTER = 1;
DELETE_CLUSTER
Value: 2
Cluster delete.
Generated from protobuf enum DELETE_CLUSTER = 2;
UPGRADE_MASTER
Value: 3
A master upgrade.
Generated from protobuf enum UPGRADE_MASTER = 3;
UPGRADE_NODES
Value: 4
A node upgrade.
Generated from protobuf enum UPGRADE_NODES = 4;
REPAIR_CLUSTER
Value: 5
Cluster repair.
Generated from protobuf enum REPAIR_CLUSTER = 5;
UPDATE_CLUSTER
Value: 6
Cluster update.
Generated from protobuf enum UPDATE_CLUSTER = 6;
CREATE_NODE_POOL
Value: 7
Node pool create.
Generated from protobuf enum CREATE_NODE_POOL = 7;
DELETE_NODE_POOL
Value: 8
Node pool delete.
Generated from protobuf enum DELETE_NODE_POOL = 8;
SET_NODE_POOL_MANAGEMENT
Value: 9
Set node pool management.
Generated from protobuf enum SET_NODE_POOL_MANAGEMENT = 9;
AUTO_REPAIR_NODES
Value: 10
Automatic node pool repair.
Generated from protobuf enum AUTO_REPAIR_NODES = 10;
AUTO_UPGRADE_NODES
Value: 11
Automatic node upgrade.
Generated from protobuf enum AUTO_UPGRADE_NODES = 11;
SET_LABELS
Value: 12
Set labels.
Generated from protobuf enum SET_LABELS = 12;
SET_MASTER_AUTH
Value: 13
Set/generate master auth materials
Generated from protobuf enum SET_MASTER_AUTH = 13;
SET_NODE_POOL_SIZE
Value: 14
Set node pool size.
Generated from protobuf enum SET_NODE_POOL_SIZE = 14;
SET_NETWORK_POLICY
Value: 15
Updates network policy for a cluster.
Generated from protobuf enum SET_NETWORK_POLICY = 15;
SET_MAINTENANCE_POLICY
Value: 16
Set the maintenance policy.
Generated from protobuf enum SET_MAINTENANCE_POLICY = 16;