Interface LinuxNodeConfig.SwapConfig.EncryptionConfigOrBuilder (2.81.0)

public static interface LinuxNodeConfig.SwapConfig.EncryptionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisabled()

public abstract boolean getDisabled()

Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).

optional bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The disabled.

hasDisabled()

public abstract boolean hasDisabled()

Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).

optional bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the disabled field is set.