Class GenerateSshScriptRequest
Request message for 'GenerateSshScript' request.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class GenerateSshScriptRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Vm
Required. Bastion VM Instance name to use or to create.
Declaration
[JsonProperty("vm")]
public virtual string Vm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VmCreationConfig
The VM creation configuration
Declaration
[JsonProperty("vmCreationConfig")]
public virtual VmCreationConfig VmCreationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmCreationConfig |
VmPort
The port that will be open on the bastion host.
Declaration
[JsonProperty("vmPort")]
public virtual int? VmPort { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VmSelectionConfig
The VM selection configuration
Declaration
[JsonProperty("vmSelectionConfig")]
public virtual VmSelectionConfig VmSelectionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmSelectionConfig |