Class NetworkEndpointGroupPscData
All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkEndpointGroupPscData : IDirectResponseSchema
Properties
ConsumerPscAddress
[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.
Declaration
[JsonProperty("consumerPscAddress")]
public virtual string ConsumerPscAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProducerPort
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
Declaration
[JsonProperty("producerPort")]
public virtual int? ProducerPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
PscConnectionId
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
Declaration
[JsonProperty("pscConnectionId")]
public virtual ulong? PscConnectionId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
PscConnectionStatus
[Output Only] The connection status of the PSC Forwarding Rule.
Declaration
[JsonProperty("pscConnectionStatus")]
public virtual string PscConnectionStatus { get; set; }
Property Value
Type | Description |
---|---|
string |