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.
#psc_automation_configs
def psc_automation_configs() -> ::Array<::Google::Cloud::AIPlatform::V1::PSCAutomationConfig>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::PSCAutomationConfig>) — Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
#psc_automation_configs=
def psc_automation_configs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::PSCAutomationConfig>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::PSCAutomationConfig>) — Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::PSCAutomationConfig>) — Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
#service_attachment
def service_attachment() -> ::String
Returns
- (::String) — Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.