Reference documentation and code samples for the Google Cloud Container V1 Client class InTransitEncryptionConfig.
Options for in-transit encryption.
Protobuf type google.container.v1.InTransitEncryptionConfig
Namespace
Google \ Cloud \ Container \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED
Value: 0
Unspecified, will be inferred as default - IN_TRANSIT_ENCRYPTION_UNSPECIFIED.
Generated from protobuf enum IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED = 0;
IN_TRANSIT_ENCRYPTION_DISABLED
Value: 1
In-transit encryption is disabled.
Generated from protobuf enum IN_TRANSIT_ENCRYPTION_DISABLED = 1;
IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT
Value: 2
Data in-transit is encrypted using inter-node transparent encryption.
Generated from protobuf enum IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT = 2;