Class: Google::Cloud::NetworkServices::V1::CreateAgentGatewayRequest

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

Instance Attribute Details

#agent_gateway::Google::Cloud::NetworkServices::V1::AgentGateway

Returns Required. AgentGateway resource to be created.

Returns:



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.

Returns:

  • (::String)

    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/*.

Returns:

  • (::String)

    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