Class: Google::Cloud::Compute::V1::RouterNatSubnetworkToNat64
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterNatSubnetworkToNat64
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Specifies a subnetwork to enable NAT64.
Instance Attribute Summary collapse
-
#name ⇒ ::String
URL for the subnetwork resource that will use NAT64.
Instance Attribute Details
#name ⇒ ::String
Returns URL for the subnetwork resource that will use NAT64.
31808 31809 31810 31811 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31808 class RouterNatSubnetworkToNat64 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |