Compute Engine v1 API - Class NetworkEndpointGroupPscData (2.9.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

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkEndpointGroupPscData()

public NetworkEndpointGroupPscData()

NetworkEndpointGroupPscData(NetworkEndpointGroupPscData)

public NetworkEndpointGroupPscData(NetworkEndpointGroupPscData other)
Parameter
NameDescription
otherNetworkEndpointGroupPscData

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
TypeDescription
string

HasConsumerPscAddress

public bool HasConsumerPscAddress { get; }

Gets whether the "consumer_psc_address" field is set

Property Value
TypeDescription
bool

HasPscConnectionId

public bool HasPscConnectionId { get; }

Gets whether the "psc_connection_id" field is set

Property Value
TypeDescription
bool

HasPscConnectionStatus

public bool HasPscConnectionStatus { get; }

Gets whether the "psc_connection_status" field is set

Property Value
TypeDescription
bool

PscConnectionId

public ulong PscConnectionId { get; set; }

[Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.

Property Value
TypeDescription
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
TypeDescription
string