- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
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 |
|
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 |
|
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 |
|