View Source GoogleApi.VMMigration.V1.Model.NetworkInterface (google_api_vm_migration v0.6.0)

NetworkInterface represents a NIC of a VM.

Attributes

  • externalIp (type: String.t, default: nil) - The external IP to define in the NIC.
  • internalIp (type: String.t, default: nil) - The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.
  • network (type: String.t, default: nil) - The network to connect the NIC to.
  • subnetwork (type: String.t, default: nil) - The subnetwork to connect the NIC to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.VMMigration.V1.Model.NetworkInterface{
  externalIp: String.t() | nil,
  internalIp: String.t() | nil,
  network: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.