public interface NetworkEndpointGroupPscDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC.
|
com.google.protobuf.ByteString |
getConsumerPscAddressBytes()
[Output Only] Address allocated from given subnetwork for PSC.
|
long |
getPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
|
String |
getPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule.
|
com.google.protobuf.ByteString |
getPscConnectionStatusBytes()
[Output Only] The connection status of the PSC Forwarding Rule.
|
boolean |
hasConsumerPscAddress()
[Output Only] Address allocated from given subnetwork for PSC.
|
boolean |
hasPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
|
boolean |
hasPscConnectionStatus()
[Output Only] The connection status of the PSC Forwarding Rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;boolean hasPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;long getPscConnectionId()
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
optional uint64 psc_connection_id = 292082397;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.