View Source GoogleApi.Compute.V1.Model.NetworkEndpointGroupPscData (google_api_compute v0.70.0)

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

Attributes

  • consumerPscAddress (type: String.t, default: nil) - [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.
  • producerPort (type: integer(), default: nil) - 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
  • pscConnectionId (type: String.t, default: nil) - [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
  • pscConnectionStatus (type: String.t, default: nil) - [Output Only] The connection status of the PSC Forwarding Rule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.NetworkEndpointGroupPscData{
  consumerPscAddress: String.t() | nil,
  producerPort: integer() | nil,
  pscConnectionId: String.t() | nil,
  pscConnectionStatus: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.