AwsVmDetails constructor
AwsVmDetails({
- String? architecture,
- String? bootOption,
- String? committedStorageMb,
- int? cpuCount,
- int? diskCount,
- String? displayName,
- String? instanceType,
- int? memoryMb,
- String? osDescription,
- String? powerState,
- List<
AwsSecurityGroup> ? securityGroups, - String? sourceDescription,
- String? sourceId,
- Map<
String, String> ? tags, - String? virtualizationType,
- String? vmId,
- String? vpcId,
- 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,
});