Class: Google::Cloud::NetworkServices::V1::CreateAgentGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::CreateAgentGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/agent_gateway.rb
Overview
Request used by the CreateAgentGateway method.
Instance Attribute Summary collapse
-
#agent_gateway ⇒ ::Google::Cloud::NetworkServices::V1::AgentGateway
Required.
-
#agent_gateway_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#agent_gateway ⇒ ::Google::Cloud::NetworkServices::V1::AgentGateway
Returns Required. AgentGateway resource to be created.
266 267 268 269 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 266 class CreateAgentGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#agent_gateway_id ⇒ ::String
Returns Required. Short name of the AgentGateway resource to be created.
266 267 268 269 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 266 class CreateAgentGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the AgentGateway. Must be in the
format projects/*/locations/*.
266 267 268 269 |
# File 'proto_docs/google/cloud/networkservices/v1/agent_gateway.rb', line 266 class CreateAgentGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |