Interface SchedulePolicyOrBuilder (1.15.0)

public interface SchedulePolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdleDuration()

public abstract Duration getIdleDuration()

The idle duration between replication stages.

.google.protobuf.Duration idle_duration = 1;

Returns
TypeDescription
Duration

The idleDuration.

getIdleDurationOrBuilder()

public abstract DurationOrBuilder getIdleDurationOrBuilder()

The idle duration between replication stages.

.google.protobuf.Duration idle_duration = 1;

Returns
TypeDescription
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
TypeDescription
boolean

The skipOsAdaptation.

hasIdleDuration()

public abstract boolean hasIdleDuration()

The idle duration between replication stages.

.google.protobuf.Duration idle_duration = 1;

Returns
TypeDescription
boolean

Whether the idleDuration field is set.