View Source GoogleApi.Compute.V1.Model.PacketMirroringMirroredResourceInfoInstanceInfo (google_api_compute v0.56.2)

Attributes

  • canonicalUrl (type: String.t, default: nil) - [Output Only] Unique identifier for the instance; defined by the server.
  • url (type: String.t, default: nil) - Resource URL to the virtual machine instance which is being mirrored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.PacketMirroringMirroredResourceInfoInstanceInfo{
    canonicalUrl: String.t() | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.