Host constructor

Host({
  1. String? cloudInstanceId,
  2. String? cloudProjectId,
  3. String? cloudProvider,
  4. String? cloudRegion,
  5. List<String>? cloudVirtualNetworkIds,
  6. String? cloudVpcId,
  7. String? cloudZone,
  8. String? os,
})

Implementation

Host({
  this.cloudInstanceId,
  this.cloudProjectId,
  this.cloudProvider,
  this.cloudRegion,
  this.cloudVirtualNetworkIds,
  this.cloudVpcId,
  this.cloudZone,
  this.os,
});