GoogleApi.NetworkConnectivity.V1.Model.Migration (google_api_network_connectivity v0.12.0)

View Source

Specification for migration with source and target resource names.

Attributes

  • source (type: String.t, default: nil) - Immutable. Resource path as an URI of the source resource, for example a subnet. The project for the source resource should match the project for the InternalRange. An example: /projects/{project}/regions/{region}/subnetworks/{subnet}
  • target (type: String.t, default: nil) - Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. For example: /projects/{project}/regions/{region}/subnetworks/{subnet}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.Migration{
  source: String.t() | nil,
  target: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.