Class: Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV4Utilization
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV4Utilization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The IPV4 utilization of a single IP range.
Instance Attribute Summary collapse
-
#range_name ⇒ ::String
Will be set for secondary range.
- #total_allocated_ip ⇒ ::Integer
- #total_free_ip ⇒ ::Integer
Instance Attribute Details
#range_name ⇒ ::String
Returns Will be set for secondary range. Empty for primary IPv4 range.
75983 75984 75985 75986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75983 class SubnetworkUtilizationDetailsIPV4Utilization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_allocated_ip ⇒ ::Integer
75983 75984 75985 75986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75983 class SubnetworkUtilizationDetailsIPV4Utilization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_free_ip ⇒ ::Integer
75983 75984 75985 75986 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 75983 class SubnetworkUtilizationDetailsIPV4Utilization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |