Interface FetchNetworkPolicyExternalAddressesResponseOrBuilder (0.29.0)

public interface FetchNetworkPolicyExternalAddressesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExternalAddresses(int index)

public abstract ExternalAddress getExternalAddresses(int index)

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

repeated .google.cloud.vmwareengine.v1.ExternalAddress external_addresses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExternalAddress

getExternalAddressesCount()

public abstract int getExternalAddressesCount()

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

repeated .google.cloud.vmwareengine.v1.ExternalAddress external_addresses = 1;

Returns
TypeDescription
int

getExternalAddressesList()

public abstract List<ExternalAddress> getExternalAddressesList()

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

repeated .google.cloud.vmwareengine.v1.ExternalAddress external_addresses = 1;

Returns
TypeDescription
List<ExternalAddress>

getExternalAddressesOrBuilder(int index)

public abstract ExternalAddressOrBuilder getExternalAddressesOrBuilder(int index)

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

repeated .google.cloud.vmwareengine.v1.ExternalAddress external_addresses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExternalAddressOrBuilder

getExternalAddressesOrBuilderList()

public abstract List<? extends ExternalAddressOrBuilder> getExternalAddressesOrBuilderList()

A list of external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

repeated .google.cloud.vmwareengine.v1.ExternalAddress external_addresses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vmwareengine.v1.ExternalAddressOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.