Interface Cluster.SurvivabilityConfigOrBuilder (0.38.0)

public static interface Cluster.SurvivabilityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOfflineRebootTtl()

public abstract Duration getOfflineRebootTtl()

Optional. Time period that allows the cluster nodes to be rebooted and become functional without network connectivity to Google. The default 0 means not allowed. The maximum is 7 days.

.google.protobuf.Duration offline_reboot_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Duration

The offlineRebootTtl.

getOfflineRebootTtlOrBuilder()

public abstract DurationOrBuilder getOfflineRebootTtlOrBuilder()

Optional. Time period that allows the cluster nodes to be rebooted and become functional without network connectivity to Google. The default 0 means not allowed. The maximum is 7 days.

.google.protobuf.Duration offline_reboot_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DurationOrBuilder

hasOfflineRebootTtl()

public abstract boolean hasOfflineRebootTtl()

Optional. Time period that allows the cluster nodes to be rebooted and become functional without network connectivity to Google. The default 0 means not allowed. The maximum is 7 days.

.google.protobuf.Duration offline_reboot_ttl = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the offlineRebootTtl field is set.