Interface NetworkEndpointGroupPscDataOrBuilder (1.51.0)

public interface NetworkEndpointGroupPscDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumerPscAddress()

public abstract String getConsumerPscAddress()

[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.

optional string consumer_psc_address = 452646572;

Returns
TypeDescription
String

The consumerPscAddress.

getConsumerPscAddressBytes()

public abstract ByteString getConsumerPscAddressBytes()

[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.

optional string consumer_psc_address = 452646572;

Returns
TypeDescription
ByteString

The bytes for consumerPscAddress.

getPscConnectionId()

public abstract long getPscConnectionId()

[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.

optional uint64 psc_connection_id = 292082397;

Returns
TypeDescription
long

The pscConnectionId.

getPscConnectionStatus()

public abstract String getPscConnectionStatus()

[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.

optional string psc_connection_status = 184149172;

Returns
TypeDescription
String

The pscConnectionStatus.

getPscConnectionStatusBytes()

public abstract ByteString getPscConnectionStatusBytes()

[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.

optional string psc_connection_status = 184149172;

Returns
TypeDescription
ByteString

The bytes for pscConnectionStatus.

hasConsumerPscAddress()

public abstract boolean hasConsumerPscAddress()

[Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.

optional string consumer_psc_address = 452646572;

Returns
TypeDescription
boolean

Whether the consumerPscAddress field is set.

hasPscConnectionId()

public abstract boolean hasPscConnectionId()

[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.

optional uint64 psc_connection_id = 292082397;

Returns
TypeDescription
boolean

Whether the pscConnectionId field is set.

hasPscConnectionStatus()

public abstract boolean hasPscConnectionStatus()

[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.

optional string psc_connection_status = 184149172;

Returns
TypeDescription
boolean

Whether the pscConnectionStatus field is set.