InventoryVcnCidrBlockSummary

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

Bases: object

Lists the CIDRs and utilization within a VCN.

Methods

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

Attributes

ip_cidr_block Gets the ip_cidr_block of this InventoryVcnCidrBlockSummary.
utilization Gets the utilization of this InventoryVcnCidrBlockSummary.
__init__(**kwargs)

Initializes a new InventoryVcnCidrBlockSummary 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 InventoryVcnCidrBlockSummary.
  • utilization (float) – The value to assign to the utilization property of this InventoryVcnCidrBlockSummary.
ip_cidr_block

Gets the ip_cidr_block of this InventoryVcnCidrBlockSummary. The CIDR prefix within a VCN.

Returns:The ip_cidr_block of this InventoryVcnCidrBlockSummary.
Return type:str
utilization

Gets the utilization of this InventoryVcnCidrBlockSummary. The CIDR utilization of a VCN.

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