View Source GoogleApi.VMMigration.V1.Model.NetworkInsights (google_api_vm_migration v0.7.0)

Information about the network coniguration of the source.

Attributes

  • sourceNetworkConfig (type: String.t, default: nil) - Output only. The gathered network configuration of the source. Presented in json format.
  • sourceNetworkTerraform (type: String.t, default: nil) - Output only. The gathered network configuration of the source. Presented in terraform format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.VMMigration.V1.Model.NetworkInsights{
  sourceNetworkConfig: String.t() | nil,
  sourceNetworkTerraform: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.