public interface NetworkEndpointGroupPscDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the pscConnectionStatus field is set. |