Compute Engine v1 API - Class NetworkEndpointGroupPscData (2.16.0)

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.

Inheritance

object > NetworkEndpointGroupPscData

Namespace

Google.Cloud.Compute.V1

Assembly

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