Class: Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV6Utilization
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV6Utilization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The IPV6 utilization of a single IP range.
Instance Attribute Summary collapse
- #total_allocated_ip ⇒ ::Google::Cloud::Compute::V1::Uint128
- #total_free_ip ⇒ ::Google::Cloud::Compute::V1::Uint128
Instance Attribute Details
#total_allocated_ip ⇒ ::Google::Cloud::Compute::V1::Uint128
75993 75994 75995 75996 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75993 class SubnetworkUtilizationDetailsIPV6Utilization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_free_ip ⇒ ::Google::Cloud::Compute::V1::Uint128
75993 75994 75995 75996 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75993 class SubnetworkUtilizationDetailsIPV6Utilization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |