Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SubnetworkUtilizationDetailsIPV4Utilization.
The IPV4 utilization of a single IP range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#range_name
def range_name() -> ::String
Returns
- (::String) — Will be set for secondary range. Empty for primary IPv4 range.
#range_name=
def range_name=(value) -> ::String
Parameter
- value (::String) — Will be set for secondary range. Empty for primary IPv4 range.
Returns
- (::String) — Will be set for secondary range. Empty for primary IPv4 range.
#total_allocated_ip
def total_allocated_ip() -> ::Integer
Returns
- (::Integer)
#total_allocated_ip=
def total_allocated_ip=(value) -> ::Integer
Parameter
- value (::Integer)
Returns
- (::Integer)
#total_free_ip
def total_free_ip() -> ::Integer
Returns
- (::Integer)
#total_free_ip=
def total_free_ip=(value) -> ::Integer
Parameter
- value (::Integer)
Returns
- (::Integer)