Class: Google::Cloud::Compute::V1::NetworksRemovePeeringRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworksRemovePeeringRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the peering, which should conform to RFC1035.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the peering, which should conform to RFC1035.
21656 21657 21658 21659 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21656 class NetworksRemovePeeringRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |