Send feedback
Class ComputeScheduling (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.1.1 keyboard_arrow_down
public final class ComputeScheduling extends GeneratedMessageV3 implements ComputeSchedulingOrBuilder
Scheduling information for VM on maintenance/restart behaviour and
node allocation in sole tenant nodes.
Protobuf type google.cloud.vmmigration.v1.ComputeScheduling
Static Fields
MIN_NODE_CPUS_FIELD_NUMBER
public static final int MIN_NODE_CPUS_FIELD_NUMBER
Field Value
NODE_AFFINITIES_FIELD_NUMBER
public static final int NODE_AFFINITIES_FIELD_NUMBER
Field Value
ON_HOST_MAINTENANCE_FIELD_NUMBER
public static final int ON_HOST_MAINTENANCE_FIELD_NUMBER
Field Value
RESTART_TYPE_FIELD_NUMBER
public static final int RESTART_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ComputeScheduling getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ComputeScheduling . Builder newBuilder ()
Returns
newBuilder(ComputeScheduling prototype)
public static ComputeScheduling . Builder newBuilder ( ComputeScheduling prototype )
Parameter
Returns
public static ComputeScheduling parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ComputeScheduling parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ComputeScheduling parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ComputeScheduling parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ComputeScheduling parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComputeScheduling parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ComputeScheduling parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ComputeScheduling parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ComputeScheduling parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ComputeScheduling parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ComputeScheduling parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ComputeScheduling parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ComputeScheduling> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ComputeScheduling getDefaultInstanceForType ()
Returns
getMinNodeCpus()
public int getMinNodeCpus ()
The minimum number of virtual CPUs this instance will consume when
running on a sole-tenant node. Ignored if no node_affinites are
configured.
int32 min_node_cpus = 4;
Returns
Type Description int The minNodeCpus.
getNodeAffinities(int index)
public SchedulingNodeAffinity getNodeAffinities ( int index )
A set of node affinity and anti-affinity configurations for sole tenant
nodes.
repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
Parameter
Returns
getNodeAffinitiesCount()
public int getNodeAffinitiesCount ()
A set of node affinity and anti-affinity configurations for sole tenant
nodes.
repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
Returns
getNodeAffinitiesList()
public List<SchedulingNodeAffinity> getNodeAffinitiesList ()
A set of node affinity and anti-affinity configurations for sole tenant
nodes.
repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
Returns
getNodeAffinitiesOrBuilder(int index)
public SchedulingNodeAffinityOrBuilder getNodeAffinitiesOrBuilder ( int index )
A set of node affinity and anti-affinity configurations for sole tenant
nodes.
repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
Parameter
Returns
getNodeAffinitiesOrBuilderList()
public List <? extends SchedulingNodeAffinityOrBuilder > getNodeAffinitiesOrBuilderList ()
A set of node affinity and anti-affinity configurations for sole tenant
nodes.
repeated .google.cloud.vmmigration.v1.SchedulingNodeAffinity node_affinities = 3;
Returns
Type Description List <? extends com.google.cloud.vmmigration.v1.SchedulingNodeAffinityOrBuilder >
getOnHostMaintenance()
public ComputeScheduling . OnHostMaintenance getOnHostMaintenance ()
How the instance should behave when the host machine undergoes
maintenance that may temporarily impact instance performance.
.google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance on_host_maintenance = 1;
Returns
getOnHostMaintenanceValue()
public int getOnHostMaintenanceValue ()
How the instance should behave when the host machine undergoes
maintenance that may temporarily impact instance performance.
.google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance on_host_maintenance = 1;
Returns
Type Description int The enum numeric value on the wire for onHostMaintenance.
getParserForType()
public Parser<ComputeScheduling> getParserForType ()
Returns
Overrides
getRestartType()
public ComputeScheduling . RestartType getRestartType ()
Whether the Instance should be automatically restarted whenever it is
terminated by Compute Engine (not terminated by user).
This configuration is identical to automaticRestart
field in Compute
Engine create instance under scheduling.
It was changed to an enum (instead of a boolean) to match the default
value in Compute Engine which is automatic restart.
.google.cloud.vmmigration.v1.ComputeScheduling.RestartType restart_type = 5;
Returns
getRestartTypeValue()
public int getRestartTypeValue ()
Whether the Instance should be automatically restarted whenever it is
terminated by Compute Engine (not terminated by user).
This configuration is identical to automaticRestart
field in Compute
Engine create instance under scheduling.
It was changed to an enum (instead of a boolean) to match the default
value in Compute Engine which is automatic restart.
.google.cloud.vmmigration.v1.ComputeScheduling.RestartType restart_type = 5;
Returns
Type Description int The enum numeric value on the wire for restartType.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ComputeScheduling . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ComputeScheduling . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ComputeScheduling . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]