public interface SchedulePolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIdleDuration()
public abstract Duration getIdleDuration()
The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
Returns | |
---|---|
Type | Description |
Duration | The idleDuration. |
getIdleDurationOrBuilder()
public abstract DurationOrBuilder getIdleDurationOrBuilder()
The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getSkipOsAdaptation()
public abstract boolean getSkipOsAdaptation()
A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.
bool skip_os_adaptation = 2;
Returns | |
---|---|
Type | Description |
boolean | The skipOsAdaptation. |
hasIdleDuration()
public abstract boolean hasIdleDuration()
The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the idleDuration field is set. |