ReverseSshConnectivity constructor

ReverseSshConnectivity({
  1. String? vm,
  2. String? vmIp,
  3. int? vmPort,
  4. String? vpc,
})

Implementation

ReverseSshConnectivity({
  this.vm,
  this.vmIp,
  this.vmPort,
  this.vpc,
});