GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo constructor

GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo({
  1. String? loadBalancerHostname,
  2. String? loadBalancerIp,
  3. String? routingToken,
  4. String? sandboxInternalIp,
  5. String? serviceAttachment,
})

Implementation

GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo({
  this.loadBalancerHostname,
  this.loadBalancerIp,
  this.routingToken,
  this.sandboxInternalIp,
  this.serviceAttachment,
});