Reference documentation and code samples for the Compute V1 Client class NetworkEndpointGroupPscData.
All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
Generated from protobuf message google.cloud.compute.v1.NetworkEndpointGroupPscData
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ consumer_psc_address
string
Output only. [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.
↳ producer_port
int
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
↳ psc_connection_id
int|string
Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
↳ psc_connection_status
string
Output only. [Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.
getConsumerPscAddress
Output only. [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.
string
hasConsumerPscAddress
clearConsumerPscAddress
setConsumerPscAddress
Output only. [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.
var
string
$this
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
int
hasProducerPort
clearProducerPort
setProducerPort
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
var
int
$this
getPscConnectionId
Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
int|string
hasPscConnectionId
clearPscConnectionId
setPscConnectionId
Output only. [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
var
int|string
$this
getPscConnectionStatus
Output only. [Output Only] The connection status of the PSC Forwarding Rule.
Check the PscConnectionStatus enum for the list of possible values.
string
hasPscConnectionStatus
clearPscConnectionStatus
setPscConnectionStatus
Output only. [Output Only] The connection status of the PSC Forwarding Rule.
Check the PscConnectionStatus enum for the list of possible values.
var
string
$this

