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 PSC endpoints in the user projects.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
readonly
Output only.
-
#forwarding_rule ⇒ ::String
readonly
Output only.
-
#ip_address ⇒ ::String
readonly
Output only.
-
#network ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
-
#state ⇒ ::Google::Cloud::AIPlatform::V1::PSCAutomationState
readonly
Output only.
Instance Attribute Details
#error_message ⇒ ::String (readonly)
Returns Output only. Error message if the PSC service automation failed.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#forwarding_rule ⇒ ::String (readonly)
Returns Output only. Forwarding rule created by the PSC service automation.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ip_address ⇒ ::String (readonly)
Returns Output only. IP address rule created by the PSC service automation.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. Project id used to create forwarding rule.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::AIPlatform::V1::PSCAutomationState (readonly)
Returns Output only. The state of the PSC service automation.
47 48 49 50 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47 class PSCAutomationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |