GoogleCloudAiplatformV1PscInterfaceConfig constructor

GoogleCloudAiplatformV1PscInterfaceConfig({
  1. List<GoogleCloudAiplatformV1DnsPeeringConfig>? dnsPeeringConfigs,
  2. String? networkAttachment,
})

Implementation

GoogleCloudAiplatformV1PscInterfaceConfig({
  this.dnsPeeringConfigs,
  this.networkAttachment,
});