public interface LocationPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLocations(String key)
Location configurations mapped by location name.
|
Map<String,LocationPolicyLocation> |
getLocations()
Deprecated.
|
int |
getLocationsCount()
Location configurations mapped by location name.
|
Map<String,LocationPolicyLocation> |
getLocationsMap()
Location configurations mapped by location name.
|
LocationPolicyLocation |
getLocationsOrDefault(String key,
LocationPolicyLocation defaultValue)
Location configurations mapped by location name.
|
LocationPolicyLocation |
getLocationsOrThrow(String key)
Location configurations mapped by location name.
|
String |
getTargetShape()
Strategy for distributing VMs across zones in a region.
|
com.google.protobuf.ByteString |
getTargetShapeBytes()
Strategy for distributing VMs across zones in a region.
|
boolean |
hasTargetShape()
Strategy for distributing VMs across zones in a region.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLocationsCount()
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
boolean containsLocations(String key)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
@Deprecated Map<String,LocationPolicyLocation> getLocations()
getLocationsMap() instead.Map<String,LocationPolicyLocation> getLocationsMap()
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
LocationPolicyLocation getLocationsOrDefault(String key, LocationPolicyLocation defaultValue)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
LocationPolicyLocation getLocationsOrThrow(String key)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
boolean hasTargetShape()
Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;String getTargetShape()
Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;com.google.protobuf.ByteString getTargetShapeBytes()
Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;Copyright © 2023 Google LLC. All rights reserved.