public static interface AllocationPolicy.LocationPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedLocations(int index)
public abstract String getAllowedLocations(int index)A list of allowed location names represented by internal URLs, First location in the list must be a region. for example, ["regions/us-central1"] allow VMs in region us-central1, ["regions/us-central1", "zones/us-central1-a"] only allow VMs in zone us-central1-a.
repeated string allowed_locations = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The allowedLocations at the given index. |
getAllowedLocationsBytes(int index)
public abstract ByteString getAllowedLocationsBytes(int index)A list of allowed location names represented by internal URLs, First location in the list must be a region. for example, ["regions/us-central1"] allow VMs in region us-central1, ["regions/us-central1", "zones/us-central1-a"] only allow VMs in zone us-central1-a.
repeated string allowed_locations = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the allowedLocations at the given index. |
getAllowedLocationsCount()
public abstract int getAllowedLocationsCount()A list of allowed location names represented by internal URLs, First location in the list must be a region. for example, ["regions/us-central1"] allow VMs in region us-central1, ["regions/us-central1", "zones/us-central1-a"] only allow VMs in zone us-central1-a.
repeated string allowed_locations = 1;
| Type | Description |
| int | The count of allowedLocations. |
getAllowedLocationsList()
public abstract List<String> getAllowedLocationsList()A list of allowed location names represented by internal URLs, First location in the list must be a region. for example, ["regions/us-central1"] allow VMs in region us-central1, ["regions/us-central1", "zones/us-central1-a"] only allow VMs in zone us-central1-a.
repeated string allowed_locations = 1;
| Type | Description |
| List<String> | A list containing the allowedLocations. |