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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.