MigrationJobReverseSshConnectivity

data class MigrationJobReverseSshConnectivity(val vm: String? = null, val vmIp: String? = null, val vmPort: Int? = null, val vpc: String? = null)

Constructors

Link copied to clipboard
constructor(vm: String? = null, vmIp: String? = null, vmPort: Int? = null, vpc: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vm: String? = null

The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

Link copied to clipboard
val vmIp: String? = null

The IP of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

Link copied to clipboard
val vmPort: Int? = null

The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.

Link copied to clipboard
val vpc: String? = null

The name of the VPC to peer with the Cloud SQL private network.