Class Scheduling (0.10.0)

public final class Scheduling extends GeneratedMessageV3 implements SchedulingOrBuilder

Sets the scheduling options for an Instance.

Protobuf type google.cloud.backupdr.v1.Scheduling

Implements

SchedulingOrBuilder

Static Fields

AUTOMATIC_RESTART_FIELD_NUMBER

public static final int AUTOMATIC_RESTART_FIELD_NUMBER
Field Value
Type Description
int

INSTANCE_TERMINATION_ACTION_FIELD_NUMBER

public static final int INSTANCE_TERMINATION_ACTION_FIELD_NUMBER
Field Value
Type Description
int

LOCAL_SSD_RECOVERY_TIMEOUT_FIELD_NUMBER

public static final int LOCAL_SSD_RECOVERY_TIMEOUT_FIELD_NUMBER
Field Value
Type Description
int

MIN_NODE_CPUS_FIELD_NUMBER

public static final int MIN_NODE_CPUS_FIELD_NUMBER
Field Value
Type Description
int

NODE_AFFINITIES_FIELD_NUMBER

public static final int NODE_AFFINITIES_FIELD_NUMBER
Field Value
Type Description
int

ON_HOST_MAINTENANCE_FIELD_NUMBER

public static final int ON_HOST_MAINTENANCE_FIELD_NUMBER
Field Value
Type Description
int

PREEMPTIBLE_FIELD_NUMBER

public static final int PREEMPTIBLE_FIELD_NUMBER
Field Value
Type Description
int

PROVISIONING_MODEL_FIELD_NUMBER

public static final int PROVISIONING_MODEL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Scheduling getDefaultInstance()
Returns
Type Description
Scheduling

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Scheduling.Builder newBuilder()
Returns
Type Description
Scheduling.Builder

newBuilder(Scheduling prototype)

public static Scheduling.Builder newBuilder(Scheduling prototype)
Parameter
Name Description
prototype Scheduling
Returns
Type Description
Scheduling.Builder

parseDelimitedFrom(InputStream input)

public static Scheduling parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Scheduling parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Scheduling parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Scheduling parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Scheduling parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Scheduling parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Scheduling parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Scheduling
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Scheduling> parser()
Returns
Type Description
Parser<Scheduling>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAutomaticRestart()

public boolean getAutomaticRestart()

Optional. Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user).

optional bool automatic_restart = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The automaticRestart.

getDefaultInstanceForType()

public Scheduling getDefaultInstanceForType()
Returns
Type Description
Scheduling

getInstanceTerminationAction()

public Scheduling.InstanceTerminationAction getInstanceTerminationAction()

Optional. Specifies the termination action for the instance.

optional .google.cloud.backupdr.v1.Scheduling.InstanceTerminationAction instance_termination_action = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Scheduling.InstanceTerminationAction

The instanceTerminationAction.

getInstanceTerminationActionValue()

public int getInstanceTerminationActionValue()

Optional. Specifies the termination action for the instance.

optional .google.cloud.backupdr.v1.Scheduling.InstanceTerminationAction instance_termination_action = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for instanceTerminationAction.

getLocalSsdRecoveryTimeout()

public SchedulingDuration getLocalSsdRecoveryTimeout()

Optional. Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.

optional .google.cloud.backupdr.v1.SchedulingDuration local_ssd_recovery_timeout = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SchedulingDuration

The localSsdRecoveryTimeout.

getLocalSsdRecoveryTimeoutOrBuilder()

public SchedulingDurationOrBuilder getLocalSsdRecoveryTimeoutOrBuilder()

Optional. Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.

optional .google.cloud.backupdr.v1.SchedulingDuration local_ssd_recovery_timeout = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SchedulingDurationOrBuilder

getMinNodeCpus()

public int getMinNodeCpus()

Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.

optional int32 min_node_cpus = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The minNodeCpus.

getNodeAffinities(int index)

public Scheduling.NodeAffinity getNodeAffinities(int index)

Optional. A set of node affinity and anti-affinity configurations. Overrides reservationAffinity.

repeated .google.cloud.backupdr.v1.Scheduling.NodeAffinity node_affinities = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Scheduling.NodeAffinity

getNodeAffinitiesCount()

public int getNodeAffinitiesCount()

Optional. A set of node affinity and anti-affinity configurations. Overrides reservationAffinity.

repeated .google.cloud.backupdr.v1.Scheduling.NodeAffinity node_affinities = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getNodeAffinitiesList()

public List<Scheduling.NodeAffinity> getNodeAffinitiesList()

Optional. A set of node affinity and anti-affinity configurations. Overrides reservationAffinity.

repeated .google.cloud.backupdr.v1.Scheduling.NodeAffinity node_affinities = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<NodeAffinity>

getNodeAffinitiesOrBuilder(int index)

public Scheduling.NodeAffinityOrBuilder getNodeAffinitiesOrBuilder(int index)

Optional. A set of node affinity and anti-affinity configurations. Overrides reservationAffinity.

repeated .google.cloud.backupdr.v1.Scheduling.NodeAffinity node_affinities = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Scheduling.NodeAffinityOrBuilder

getNodeAffinitiesOrBuilderList()

public List<? extends Scheduling.NodeAffinityOrBuilder> getNodeAffinitiesOrBuilderList()

Optional. A set of node affinity and anti-affinity configurations. Overrides reservationAffinity.

repeated .google.cloud.backupdr.v1.Scheduling.NodeAffinity node_affinities = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.backupdr.v1.Scheduling.NodeAffinityOrBuilder>

getOnHostMaintenance()

public Scheduling.OnHostMaintenance getOnHostMaintenance()

Optional. Defines the maintenance behavior for this instance.

optional .google.cloud.backupdr.v1.Scheduling.OnHostMaintenance on_host_maintenance = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Scheduling.OnHostMaintenance

The onHostMaintenance.

getOnHostMaintenanceValue()

public int getOnHostMaintenanceValue()

Optional. Defines the maintenance behavior for this instance.

optional .google.cloud.backupdr.v1.Scheduling.OnHostMaintenance on_host_maintenance = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for onHostMaintenance.

getParserForType()

public Parser<Scheduling> getParserForType()
Returns
Type Description
Parser<Scheduling>
Overrides

getPreemptible()

public boolean getPreemptible()

Optional. Defines whether the instance is preemptible.

optional bool preemptible = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The preemptible.

getProvisioningModel()

public Scheduling.ProvisioningModel getProvisioningModel()

Optional. Specifies the provisioning model of the instance.

optional .google.cloud.backupdr.v1.Scheduling.ProvisioningModel provisioning_model = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Scheduling.ProvisioningModel

The provisioningModel.

getProvisioningModelValue()

public int getProvisioningModelValue()

Optional. Specifies the provisioning model of the instance.

optional .google.cloud.backupdr.v1.Scheduling.ProvisioningModel provisioning_model = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for provisioningModel.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAutomaticRestart()

public boolean hasAutomaticRestart()

Optional. Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user).

optional bool automatic_restart = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the automaticRestart field is set.

hasInstanceTerminationAction()

public boolean hasInstanceTerminationAction()

Optional. Specifies the termination action for the instance.

optional .google.cloud.backupdr.v1.Scheduling.InstanceTerminationAction instance_termination_action = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the instanceTerminationAction field is set.

hasLocalSsdRecoveryTimeout()

public boolean hasLocalSsdRecoveryTimeout()

Optional. Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.

optional .google.cloud.backupdr.v1.SchedulingDuration local_ssd_recovery_timeout = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the localSsdRecoveryTimeout field is set.

hasMinNodeCpus()

public boolean hasMinNodeCpus()

Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.

optional int32 min_node_cpus = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the minNodeCpus field is set.

hasOnHostMaintenance()

public boolean hasOnHostMaintenance()

Optional. Defines the maintenance behavior for this instance.

optional .google.cloud.backupdr.v1.Scheduling.OnHostMaintenance on_host_maintenance = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the onHostMaintenance field is set.

hasPreemptible()

public boolean hasPreemptible()

Optional. Defines whether the instance is preemptible.

optional bool preemptible = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the preemptible field is set.

hasProvisioningModel()

public boolean hasProvisioningModel()

Optional. Specifies the provisioning model of the instance.

optional .google.cloud.backupdr.v1.Scheduling.ProvisioningModel provisioning_model = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the provisioningModel field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Scheduling.Builder newBuilderForType()
Returns
Type Description
Scheduling.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Scheduling.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Scheduling.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Scheduling.Builder toBuilder()
Returns
Type Description
Scheduling.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException