IpInventoryCidrUtilizationCollection¶
-
class
oci.core.models.
IpInventoryCidrUtilizationCollection
(**kwargs)¶ Bases:
object
The IP Inventory CIDR utilization details of a subnet.
Methods
__init__
(**kwargs)Initializes a new IpInventoryCidrUtilizationCollection object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this IpInventoryCidrUtilizationCollection. count
Gets the count of this IpInventoryCidrUtilizationCollection. ip_inventory_cidr_utilization_summary
Gets the ip_inventory_cidr_utilization_summary of this IpInventoryCidrUtilizationCollection. last_updated_timestamp
Gets the last_updated_timestamp of this IpInventoryCidrUtilizationCollection. message
Gets the message of this IpInventoryCidrUtilizationCollection. -
__init__
(**kwargs)¶ Initializes a new IpInventoryCidrUtilizationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this IpInventoryCidrUtilizationCollection.
- last_updated_timestamp (datetime) – The value to assign to the last_updated_timestamp property of this IpInventoryCidrUtilizationCollection.
- ip_inventory_cidr_utilization_summary (list[oci.core.models.IpInventoryCidrUtilizationSummary]) – The value to assign to the ip_inventory_cidr_utilization_summary property of this IpInventoryCidrUtilizationCollection.
- message (str) – The value to assign to the message property of this IpInventoryCidrUtilizationCollection.
- compartment_id (str) – The value to assign to the compartment_id property of this IpInventoryCidrUtilizationCollection.
-
compartment_id
¶ Gets the compartment_id of this IpInventoryCidrUtilizationCollection. Compartment of the subnet.
Returns: The compartment_id of this IpInventoryCidrUtilizationCollection. Return type: str
-
count
¶ Gets the count of this IpInventoryCidrUtilizationCollection. Specifies the count for the number of results for the response.
Returns: The count of this IpInventoryCidrUtilizationCollection. Return type: int
-
ip_inventory_cidr_utilization_summary
¶ Gets the ip_inventory_cidr_utilization_summary of this IpInventoryCidrUtilizationCollection. Lists ‘IpInventoryCidrUtilizationSummary` object.
Returns: The ip_inventory_cidr_utilization_summary of this IpInventoryCidrUtilizationCollection. Return type: list[oci.core.models.IpInventoryCidrUtilizationSummary]
-
last_updated_timestamp
¶ Gets the last_updated_timestamp of this IpInventoryCidrUtilizationCollection. The Timestamp of the latest update from the database in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
Returns: The last_updated_timestamp of this IpInventoryCidrUtilizationCollection. Return type: datetime
-
message
¶ Gets the message of this IpInventoryCidrUtilizationCollection. Indicates the status of the data.
Returns: The message of this IpInventoryCidrUtilizationCollection. Return type: str
-