public interface NetworkEndpointGroupPscDataOrBuilder extends MessageOrBuilder
Implements
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for consumerPscAddress. |
getProducerPort()
public abstract int getProducerPort()
The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
Returns | |
---|---|
Type | Description |
int |
The producerPort. |
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 | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the consumerPscAddress field is set. |
hasProducerPort()
public abstract boolean hasProducerPort()
The psc producer port is used to connect PSC NEG with specific port on the PSC Producer side; should only be used for the PRIVATE_SERVICE_CONNECT NEG type
optional int32 producer_port = 410021134;
Returns | |
---|---|
Type | Description |
boolean |
Whether the producerPort 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 | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the pscConnectionStatus field is set. |