Show / Hide Table of Contents

Class GenerateTcpProxyScriptRequest

Request message for 'GenerateTcpProxyScript' request.

Inheritance
object
GenerateTcpProxyScriptRequest
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 GenerateTcpProxyScriptRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

VmMachineType

Required. The type of the Compute instance that will host the proxy.

Declaration
[JsonProperty("vmMachineType")]
public virtual string VmMachineType { get; set; }
Property Value
Type Description
string

VmName

Required. The name of the Compute instance that will host the proxy.

Declaration
[JsonProperty("vmName")]
public virtual string VmName { get; set; }
Property Value
Type Description
string

VmSubnet

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.

Declaration
[JsonProperty("vmSubnet")]
public virtual string VmSubnet { get; set; }
Property Value
Type Description
string

VmZone

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.

Declaration
[JsonProperty("vmZone")]
public virtual string VmZone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX