AwsVmDetails constructor

AwsVmDetails({
  1. String? architecture,
  2. String? bootOption,
  3. String? committedStorageMb,
  4. int? cpuCount,
  5. int? diskCount,
  6. String? displayName,
  7. String? instanceType,
  8. int? memoryMb,
  9. String? osDescription,
  10. String? powerState,
  11. List<AwsSecurityGroup>? securityGroups,
  12. String? sourceDescription,
  13. String? sourceId,
  14. Map<String, String>? tags,
  15. String? virtualizationType,
  16. String? vmId,
  17. String? vpcId,
  18. String? zone,
})

Implementation

AwsVmDetails({
  this.architecture,
  this.bootOption,
  this.committedStorageMb,
  this.cpuCount,
  this.diskCount,
  this.displayName,
  this.instanceType,
  this.memoryMb,
  this.osDescription,
  this.powerState,
  this.securityGroups,
  this.sourceDescription,
  this.sourceId,
  this.tags,
  this.virtualizationType,
  this.vmId,
  this.vpcId,
  this.zone,
});