InventorySubnetCidrBlockSummary¶
-
class
oci.core.models.
InventorySubnetCidrBlockSummary
(**kwargs)¶ Bases:
object
Lists CIDRs and utilization within a subnet.
Methods
__init__
(**kwargs)Initializes a new InventorySubnetCidrBlockSummary object with values from keyword arguments. Attributes
ip_cidr_block
Gets the ip_cidr_block of this InventorySubnetCidrBlockSummary. utilization
Gets the utilization of this InventorySubnetCidrBlockSummary. -
__init__
(**kwargs)¶ Initializes a new InventorySubnetCidrBlockSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ip_cidr_block (str) – The value to assign to the ip_cidr_block property of this InventorySubnetCidrBlockSummary.
- utilization (float) – The value to assign to the utilization property of this InventorySubnetCidrBlockSummary.
-
ip_cidr_block
¶ Gets the ip_cidr_block of this InventorySubnetCidrBlockSummary. The CIDR Prefix within a VCN.
Returns: The ip_cidr_block of this InventorySubnetCidrBlockSummary. Return type: str
-
utilization
¶ Gets the utilization of this InventorySubnetCidrBlockSummary. The CIDR utilization of a VCN.
Returns: The utilization of this InventorySubnetCidrBlockSummary. Return type: float
-