View Source GoogleApi.DataMigration.V1.Model.GenerateTcpProxyScriptRequest (google_api_data_migration v0.15.0)

Request message for 'GenerateTcpProxyScript' request.

Attributes

  • vmMachineType (type: String.t, default: nil) - Required. The type of the Compute instance that will host the proxy.
  • vmName (type: String.t, default: nil) - Required. The name of the Compute instance that will host the proxy.
  • vmSubnet (type: String.t, default: nil) - Required. The name of the subnet the Compute instance will use for private connectivity. Must be supplied in the form of projects/{project}/regions/{region}/subnetworks/{subnetwork}. Note: the region for the subnet must match the Compute instance region.
  • vmZone (type: String.t, default: nil) - Optional. The Google Cloud Platform zone to create the VM in. The fully qualified name of the zone must be specified, including the region name, for example "us-central1-b". If not specified, uses the "-b" zone of the destination Connection Profile's region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.GenerateTcpProxyScriptRequest{
  vmMachineType: String.t() | nil,
  vmName: String.t() | nil,
  vmSubnet: String.t() | nil,
  vmZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.