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