public sealed class NetworkEndpointGroupPscData : IMessage<NetworkEndpointGroupPscData>, IEquatable<NetworkEndpointGroupPscData>, IDeepCloneable<NetworkEndpointGroupPscData>, IBufferMessage, IMessage
Reference 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
IMessage<NetworkEndpointGroupPscData>, IEquatable<NetworkEndpointGroupPscData>, IDeepCloneable<NetworkEndpointGroupPscData>, 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 |
Boolean |
HasPscConnectionId
public bool HasPscConnectionId { get; }
Gets whether the "psc_connection_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPscConnectionStatus
public bool HasPscConnectionStatus { get; }
Gets whether the "psc_connection_status" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
PscConnectionId
public ulong PscConnectionId { get; set; }
[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
Property Value | |
---|---|
Type | Description |
UInt64 |
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 |