Class: Google::Cloud::Compute::V1::GetWireGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetWireGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for WireGroups.Get. See the method description for details.
Instance Attribute Summary collapse
- #cross_site_network ⇒ ::String
-
#project ⇒ ::String
Project ID for this request.
-
#wire_group ⇒ ::String
Name of the wire group resource to return.
Instance Attribute Details
#cross_site_network ⇒ ::String
25223 25224 25225 25226 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25223 class GetWireGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
25223 25224 25225 25226 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25223 class GetWireGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wire_group ⇒ ::String
Returns Name of the wire group resource to return.
25223 25224 25225 25226 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25223 class GetWireGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |