IpInventoryCollection

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

Bases: object

The results returned by a ListIpInventory operation.

Methods

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

Attributes

compartments_per_tenant Gets the compartments_per_tenant of this IpInventoryCollection.
count Gets the count of this IpInventoryCollection.
inventory_vcn_collection Gets the inventory_vcn_collection of this IpInventoryCollection.
last_updated_timestamp Gets the last_updated_timestamp of this IpInventoryCollection.
message Gets the message of this IpInventoryCollection.
__init__(**kwargs)

Initializes a new IpInventoryCollection 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 IpInventoryCollection.
  • last_updated_timestamp (datetime) – The value to assign to the last_updated_timestamp property of this IpInventoryCollection.
  • compartments_per_tenant (int) – The value to assign to the compartments_per_tenant property of this IpInventoryCollection.
  • inventory_vcn_collection (list[oci.core.models.InventoryVcnSummary]) – The value to assign to the inventory_vcn_collection property of this IpInventoryCollection.
  • message (str) – The value to assign to the message property of this IpInventoryCollection.
compartments_per_tenant

Gets the compartments_per_tenant of this IpInventoryCollection. The number of compartments per compartments per tenant.

Returns:The compartments_per_tenant of this IpInventoryCollection.
Return type:int
count

Gets the count of this IpInventoryCollection. Species the count for the number of results for the response.

Returns:The count of this IpInventoryCollection.
Return type:int
inventory_vcn_collection

Gets the inventory_vcn_collection of this IpInventoryCollection. Lists IpInventoryVcnSummary objects.

Returns:The inventory_vcn_collection of this IpInventoryCollection.
Return type:list[oci.core.models.InventoryVcnSummary]
last_updated_timestamp

Gets the last_updated_timestamp of this IpInventoryCollection. 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 IpInventoryCollection.
Return type:datetime
message

Gets the message of this IpInventoryCollection. Indicates the status of the data.

Returns:The message of this IpInventoryCollection.
Return type:str