Interface AllocationPolicy.LocationPolicyOrBuilder (0.2.2)

public static interface AllocationPolicy.LocationPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the allowedLocations.

getDeniedLocations(int index)

public abstract String getDeniedLocations(int index)

A list of denied location names. Not yet implemented.

repeated string denied_locations = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The deniedLocations at the given index.

getDeniedLocationsBytes(int index)

public abstract ByteString getDeniedLocationsBytes(int index)

A list of denied location names. Not yet implemented.

repeated string denied_locations = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the deniedLocations at the given index.

getDeniedLocationsCount()

public abstract int getDeniedLocationsCount()

A list of denied location names. Not yet implemented.

repeated string denied_locations = 2;

Returns
TypeDescription
int

The count of deniedLocations.

getDeniedLocationsList()

public abstract List<String> getDeniedLocationsList()

A list of denied location names. Not yet implemented.

repeated string denied_locations = 2;

Returns
TypeDescription
List<String>

A list containing the deniedLocations.