public sealed class NetworkEndpointGroupPscData : IMessage<NetworkEndpointGroupPscData>, IEquatable<NetworkEndpointGroupPscData>, IDeepCloneable<NetworkEndpointGroupPscData>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class NetworkEndpointGroupPscData.
All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.
Implements
IMessageNetworkEndpointGroupPscData, IEquatableNetworkEndpointGroupPscData, IDeepCloneableNetworkEndpointGroupPscData, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkEndpointGroupPscData()
public NetworkEndpointGroupPscData()NetworkEndpointGroupPscData(NetworkEndpointGroupPscData)
public NetworkEndpointGroupPscData(NetworkEndpointGroupPscData other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkEndpointGroupPscData |
Properties
ConsumerPscAddress
public string ConsumerPscAddress { get; set; }[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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasConsumerPscAddress
public bool HasConsumerPscAddress { get; }Gets whether the "consumer_psc_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasProducerPort
public bool HasProducerPort { get; }Gets whether the "producer_port" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPscConnectionId
public bool HasPscConnectionId { get; }Gets whether the "psc_connection_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPscConnectionStatus
public bool HasPscConnectionStatus { get; }Gets whether the "psc_connection_status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ProducerPort
public int ProducerPort { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
int |
|
PscConnectionId
public ulong PscConnectionId { get; set; }[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
| Property Value | |
|---|---|
| Type | Description |
ulong |
|
PscConnectionStatus
public string PscConnectionStatus { get; set; }[Output Only] The connection status of the PSC Forwarding Rule. Check the PscConnectionStatus enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|