GoogleCloudAiplatformV1GatewayConfig constructor

GoogleCloudAiplatformV1GatewayConfig({
  1. List<String>? allowedProjects,
  2. String? dnsRecord,
  3. String? dnsZoneName,
  4. String? ipAddress,
  5. String? network,
  6. String? pscEndpoint,
  7. String? state,
  8. String? subnetwork,
})

Implementation

GoogleCloudAiplatformV1GatewayConfig({
  this.allowedProjects,
  this.dnsRecord,
  this.dnsZoneName,
  this.ipAddress,
  this.network,
  this.pscEndpoint,
  this.state,
  this.subnetwork,
});