Show / Hide Table of Contents

Class GenerateSshScriptRequest

Request message for 'GenerateSshScript' request.

Inheritance
object
GenerateSshScriptRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX