IpInventoryCidrUtilizationSummary

class oci.core.models.IpInventoryCidrUtilizationSummary(**kwargs)

Bases: object

The CIDR utilization details of a subnet.

Methods

__init__(**kwargs) Initializes a new IpInventoryCidrUtilizationSummary object with values from keyword arguments.

Attributes

address_type Gets the address_type of this IpInventoryCidrUtilizationSummary.
cidr Gets the cidr of this IpInventoryCidrUtilizationSummary.
utilization Gets the utilization of this IpInventoryCidrUtilizationSummary.
__init__(**kwargs)

Initializes a new IpInventoryCidrUtilizationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cidr (str) – The value to assign to the cidr property of this IpInventoryCidrUtilizationSummary.
  • utilization (float) – The value to assign to the utilization property of this IpInventoryCidrUtilizationSummary.
  • address_type (str) – The value to assign to the address_type property of this IpInventoryCidrUtilizationSummary.
address_type

Gets the address_type of this IpInventoryCidrUtilizationSummary. Address type of the CIDR within a subnet.

Returns:The address_type of this IpInventoryCidrUtilizationSummary.
Return type:str
cidr

Gets the cidr of this IpInventoryCidrUtilizationSummary. The CIDR range of a subnet.

Returns:The cidr of this IpInventoryCidrUtilizationSummary.
Return type:str
utilization

Gets the utilization of this IpInventoryCidrUtilizationSummary. The CIDR utilisation of a subnet.

Returns:The utilization of this IpInventoryCidrUtilizationSummary.
Return type:float