Class: Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_private_service_connect::Boolean

Returns Required. If true, expose the IndexEndpoint via private service connect.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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