Class: Google::Cloud::AIPlatform::V1::PSCAutomationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PSCAutomationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/service_networking.rb
Overview
PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#network ⇒ ::String
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 37 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. Project id used to create forwarding rule.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 37 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |