GoogleApi.NetworkManagement.V1.Model.DeliverInfo (google_api_network_management v0.39.0)

View Source

Details of the final state "deliver" and associated resource.

Attributes

  • ipAddress (type: String.t, default: nil) - IP address of the target (if applicable).
  • pscGoogleApiTarget (type: String.t, default: nil) - PSC Google API target the packet is delivered to (if applicable).
  • resourceUri (type: String.t, default: nil) - URI of the resource that the packet is delivered to.
  • storageBucket (type: String.t, default: nil) - Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
  • target (type: String.t, default: nil) - Target type where the packet is delivered to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1.Model.DeliverInfo{
  ipAddress: String.t() | nil,
  pscGoogleApiTarget: String.t() | nil,
  resourceUri: String.t() | nil,
  storageBucket: String.t() | nil,
  target: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.