IpInventorySubnetResourceCollection¶
-
class
oci.core.models.
IpInventorySubnetResourceCollection
(**kwargs)¶ Bases:
object
The results returned by a ListIpInventorySubnet operation.
Methods
__init__
(**kwargs)Initializes a new IpInventorySubnetResourceCollection object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this IpInventorySubnetResourceCollection. count
Gets the count of this IpInventorySubnetResourceCollection. ip_inventory_subnet_resource_summary
Gets the ip_inventory_subnet_resource_summary of this IpInventorySubnetResourceCollection. last_updated_timestamp
Gets the last_updated_timestamp of this IpInventorySubnetResourceCollection. message
Gets the message of this IpInventorySubnetResourceCollection. -
__init__
(**kwargs)¶ Initializes a new IpInventorySubnetResourceCollection 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 IpInventorySubnetResourceCollection.
- last_updated_timestamp (datetime) – The value to assign to the last_updated_timestamp property of this IpInventorySubnetResourceCollection.
- ip_inventory_subnet_resource_summary (list[oci.core.models.IpInventorySubnetResourceSummary]) – The value to assign to the ip_inventory_subnet_resource_summary property of this IpInventorySubnetResourceCollection.
- message (str) – The value to assign to the message property of this IpInventorySubnetResourceCollection.
- compartment_id (str) – The value to assign to the compartment_id property of this IpInventorySubnetResourceCollection.
-
compartment_id
¶ Gets the compartment_id of this IpInventorySubnetResourceCollection. The compartment of the subnet.
Returns: The compartment_id of this IpInventorySubnetResourceCollection. Return type: str
-
count
¶ Gets the count of this IpInventorySubnetResourceCollection. Specifies the count for the number of results for the response.
Returns: The count of this IpInventorySubnetResourceCollection. Return type: int
-
ip_inventory_subnet_resource_summary
¶ Gets the ip_inventory_subnet_resource_summary of this IpInventorySubnetResourceCollection. Lists SubnetResourceSummary objects.
Returns: The ip_inventory_subnet_resource_summary of this IpInventorySubnetResourceCollection. Return type: list[oci.core.models.IpInventorySubnetResourceSummary]
-
last_updated_timestamp
¶ Gets the last_updated_timestamp of this IpInventorySubnetResourceCollection. 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 IpInventorySubnetResourceCollection. Return type: datetime
-
message
¶ Gets the message of this IpInventorySubnetResourceCollection. Indicates the status of the data.
Returns: The message of this IpInventorySubnetResourceCollection. Return type: str
-