GoogleApi.DataMigration.V1.Model.GenerateSshScriptRequest (google_api_data_migration v0.7.0) View Source

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.V1.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.V1.Model.VmSelectionConfig.t, default: nil) - The VM selection configuration

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.