LocationDetails constructor

LocationDetails({
  1. bool? createCommsFirewall,
  2. List<String>? customTags,
  3. bool? deploymentDnsEnabled,
  4. String? dnsZone,
  5. String? dnsZoneNameSuffix,
  6. String? internetAccess,
  7. String? networkProject,
  8. String? regionName,
  9. String? subnetName,
  10. String? vpcName,
  11. String? zone1Name,
  12. String? zone2Name,
})

Implementation

LocationDetails({
  this.createCommsFirewall,
  this.customTags,
  this.deploymentDnsEnabled,
  this.dnsZone,
  this.dnsZoneNameSuffix,
  this.internetAccess,
  this.networkProject,
  this.regionName,
  this.subnetName,
  this.vpcName,
  this.zone1Name,
  this.zone2Name,
});