Reference documentation and code samples for the Google Cloud Container V1 Client class EncryptionConfig.
Defines encryption settings for the swap space.
Generated from protobuf message google.container.v1.LinuxNodeConfig.SwapConfig.EncryptionConfig
Namespace
Google \ Cloud \ Container \ V1 \ LinuxNodeConfig \ SwapConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disabled |
bool
Optional. If true, swap space will not be encrypted. Defaults to false (encrypted). |
getDisabled
Optional. If true, swap space will not be encrypted.
Defaults to false (encrypted).
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasDisabled
clearDisabled
setDisabled
Optional. If true, swap space will not be encrypted.
Defaults to false (encrypted).
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|