Class: Google::Cloud::Compute::V1::PreviewRouterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PreviewRouterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Routers.Preview. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
Name of the region for this request.
-
#router ⇒ ::String
Name of the Router resource to query.
-
#router_resource ⇒ ::Google::Cloud::Compute::V1::Router
The body resource for this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
24176 24177 24178 24179 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24176 class PreviewRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Name of the region for this request.
24176 24177 24178 24179 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24176 class PreviewRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#router ⇒ ::String
Returns Name of the Router resource to query.
24176 24177 24178 24179 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24176 class PreviewRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#router_resource ⇒ ::Google::Cloud::Compute::V1::Router
Returns The body resource for this request.
24176 24177 24178 24179 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24176 class PreviewRouterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |