View Source GoogleApi.NetworkManagement.V1beta1.Model.VpcConnectorInfo (google_api_network_management v0.25.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.