View Source GoogleApi.DataMigration.V1beta1.Model.GenerateSshScriptRequest (google_api_data_migration v0.15.0)

Request message for 'GenerateSshScript' request.

Attributes

  • vm (type: String.t, default: nil) - Required. Bastion VM Instance name to use or to create.
  • vmCreationConfig (type: GoogleApi.DataMigration.V1beta1.Model.VmCreationConfig.t, default: nil) - The VM creation configuration
  • vmPort (type: integer(), default: nil) - The port that will be open on the bastion host
  • vmSelectionConfig (type: GoogleApi.DataMigration.V1beta1.Model.VmSelectionConfig.t, default: nil) - The VM selection configuration

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1beta1.Model.GenerateSshScriptRequest{
  vm: String.t() | nil,
  vmCreationConfig:
    GoogleApi.DataMigration.V1beta1.Model.VmCreationConfig.t() | nil,
  vmPort: integer() | nil,
  vmSelectionConfig:
    GoogleApi.DataMigration.V1beta1.Model.VmSelectionConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.