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

View Source

For display only. Metadata associated with a VPC connector.

Attributes

  • displayName (type: String.t, default: nil) - Name of a VPC connector.
  • location (type: String.t, default: nil) - Location in which the VPC connector is deployed.
  • uri (type: String.t, default: nil) - URI of a VPC connector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.VpcConnectorInfo{
  displayName: String.t() | nil,
  location: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.