Class: Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PscAutomatedEndpoints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/service_networking.rb
Overview
PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.
Instance Attribute Summary collapse
-
#match_address ⇒ ::String
Ip Address created by the automated forwarding rule.
-
#network ⇒ ::String
Corresponding network in pscAutomationConfigs.
-
#project_id ⇒ ::String
Corresponding project_id in pscAutomationConfigs.
Instance Attribute Details
#match_address ⇒ ::String
Returns Ip Address created by the automated forwarding rule.
71 72 73 74 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 71 class PscAutomatedEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns Corresponding network in pscAutomationConfigs.
71 72 73 74 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 71 class PscAutomatedEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Corresponding project_id in pscAutomationConfigs.
71 72 73 74 |
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 71 class PscAutomatedEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |