Show / Hide Table of Contents

Class NetworkEndpointGroupPscData

All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.

Inheritance
object
NetworkEndpointGroupPscData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class NetworkEndpointGroupPscData : IDirectResponseSchema

Properties

ConsumerPscAddress

[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.

Declaration
[JsonProperty("consumerPscAddress")]
public virtual string ConsumerPscAddress { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProducerPort

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

Declaration
[JsonProperty("producerPort")]
public virtual int? ProducerPort { get; set; }
Property Value
Type Description
int?

PscConnectionId

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

Declaration
[JsonProperty("pscConnectionId")]
public virtual ulong? PscConnectionId { get; set; }
Property Value
Type Description
ulong?

PscConnectionStatus

[Output Only] The connection status of the PSC Forwarding Rule.

Declaration
[JsonProperty("pscConnectionStatus")]
public virtual string PscConnectionStatus { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX