Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig (v0.23.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig.

Represents configuration for private service connect.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_private_service_connect

def enable_private_service_connect() -> ::Boolean
Returns
  • (::Boolean) — Required. If true, expose the IndexEndpoint via private service connect.

#enable_private_service_connect=

def enable_private_service_connect=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. If true, expose the IndexEndpoint via private service connect.
Returns
  • (::Boolean) — Required. If true, expose the IndexEndpoint via private service connect.

#project_allowlist

def project_allowlist() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of Projects from which the forwarding rule will target the service attachment.

#project_allowlist=

def project_allowlist=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of Projects from which the forwarding rule will target the service attachment.
Returns
  • (::Array<::String>) — A list of Projects from which the forwarding rule will target the service attachment.