public interface ResourcePolicyGroupPlacementPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailabilityDomainCount()
The number of availability domains to spread instances across.
|
String |
getCollocation()
Specifies network collocation
Check the Collocation enum for the list of possible values.
|
com.google.protobuf.ByteString |
getCollocationBytes()
Specifies network collocation
Check the Collocation enum for the list of possible values.
|
int |
getVmCount()
Number of VMs in this placement group.
|
boolean |
hasAvailabilityDomainCount()
The number of availability domains to spread instances across.
|
boolean |
hasCollocation()
Specifies network collocation
Check the Collocation enum for the list of possible values.
|
boolean |
hasVmCount()
Number of VMs in this placement group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAvailabilityDomainCount()
The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
optional int32 availability_domain_count = 12453432;int getAvailabilityDomainCount()
The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
optional int32 availability_domain_count = 12453432;boolean hasCollocation()
Specifies network collocation Check the Collocation enum for the list of possible values.
optional string collocation = 511156533;String getCollocation()
Specifies network collocation Check the Collocation enum for the list of possible values.
optional string collocation = 511156533;com.google.protobuf.ByteString getCollocationBytes()
Specifies network collocation Check the Collocation enum for the list of possible values.
optional string collocation = 511156533;boolean hasVmCount()
Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.
optional int32 vm_count = 261463431;int getVmCount()
Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.
optional int32 vm_count = 261463431;Copyright © 2023 Google LLC. All rights reserved.