ComputeEngineTargetDetails constructor
ComputeEngineTargetDetails({
- List<
String> ? additionalLicenses, - AppliedLicense? appliedLicense,
- String? bootOption,
- ComputeScheduling? computeScheduling,
- String? diskType,
- Encryption? encryption,
- String? hostname,
- Map<
String, String> ? labels, - String? licenseType,
- String? machineType,
- String? machineTypeSeries,
- Map<
String, String> ? metadata, - List<
NetworkInterface> ? networkInterfaces, - List<
String> ? networkTags, - String? project,
- bool? secureBoot,
- String? serviceAccount,
- String? vmName,
- String? zone,
Implementation
ComputeEngineTargetDetails({
this.additionalLicenses,
this.appliedLicense,
this.bootOption,
this.computeScheduling,
this.diskType,
this.encryption,
this.hostname,
this.labels,
this.licenseType,
this.machineType,
this.machineTypeSeries,
this.metadata,
this.networkInterfaces,
this.networkTags,
this.project,
this.secureBoot,
this.serviceAccount,
this.vmName,
this.zone,
});