GoogleApi.NetworkManagement.V1beta1.Model.DirectVpcEgressConnectionInfo (google_api_network_management v0.39.0)

View Source

For display only. Metadata associated with a serverless direct VPC egress connection.

Attributes

  • networkUri (type: String.t, default: nil) - URI of direct access network.
  • region (type: String.t, default: nil) - Region in which the Direct VPC egress is deployed.
  • selectedIpAddress (type: String.t, default: nil) - Selected starting IP address, from the selected IP range.
  • selectedIpRange (type: String.t, default: nil) - Selected IP range.
  • subnetworkUri (type: String.t, default: nil) - URI of direct access subnetwork.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.DirectVpcEgressConnectionInfo{
  networkUri: String.t() | nil,
  region: String.t() | nil,
  selectedIpAddress: String.t() | nil,
  selectedIpRange: String.t() | nil,
  subnetworkUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.