Class: Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV4Utilization

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#range_name::String

Returns Will be set for secondary range. Empty for primary IPv4 range.

Returns:

  • (::String)

    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

Returns:

  • (::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

Returns:

  • (::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