Class: Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/service_networking.rb
Overview
Represents configuration for private service connect.
Instance Attribute Summary collapse
-
#enable_private_service_connect ⇒ ::Boolean
Required.
-
#project_allowlist ⇒ ::Array<::String>
A list of Projects from which the forwarding rule will target the service attachment.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#enable_private_service_connect ⇒ ::Boolean
Returns Required. If true, expose the IndexEndpoint via private service connect.
55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 55 class PrivateServiceConnectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_allowlist ⇒ ::Array<::String>
Returns A list of Projects from which the forwarding rule will target the service attachment.
55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 55 class PrivateServiceConnectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String (readonly)
Returns Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.
55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 55 class PrivateServiceConnectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |