GoogleApi.VMwareEngine.V1.Model.VpcNetwork (google_api_v_mware_engine v0.5.0)

View Source

Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.

Attributes

  • network (type: String.t, default: nil) - Output only. The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
  • type (type: String.t, default: nil) - Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.VpcNetwork{
  network: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.