GoogleCloudAiplatformV1PrivateServiceConnectConfig constructor

GoogleCloudAiplatformV1PrivateServiceConnectConfig({
  1. bool? enablePrivateServiceConnect,
  2. List<String>? projectAllowlist,
  3. List<GoogleCloudAiplatformV1PSCAutomationConfig>? pscAutomationConfigs,
  4. String? serviceAttachment,
})

Implementation

GoogleCloudAiplatformV1PrivateServiceConnectConfig({
  this.enablePrivateServiceConnect,
  this.projectAllowlist,
  this.pscAutomationConfigs,
  this.serviceAttachment,
});