IpInventoryVcnOverlapCollection¶
-
class
oci.core.models.
IpInventoryVcnOverlapCollection
(**kwargs)¶ Bases:
object
The details of the overlapping VCNs and compartments.
Methods
__init__
(**kwargs)Initializes a new IpInventoryVcnOverlapCollection object with values from keyword arguments. Attributes
ip_inventory_vcn_overlap_summary
Gets the ip_inventory_vcn_overlap_summary of this IpInventoryVcnOverlapCollection. last_updated_timestamp
Gets the last_updated_timestamp of this IpInventoryVcnOverlapCollection. message
Gets the message of this IpInventoryVcnOverlapCollection. overlap_count
Gets the overlap_count of this IpInventoryVcnOverlapCollection. -
__init__
(**kwargs)¶ Initializes a new IpInventoryVcnOverlapCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - last_updated_timestamp (datetime) – The value to assign to the last_updated_timestamp property of this IpInventoryVcnOverlapCollection.
- ip_inventory_vcn_overlap_summary (list[oci.core.models.IpInventoryVcnOverlapSummary]) – The value to assign to the ip_inventory_vcn_overlap_summary property of this IpInventoryVcnOverlapCollection.
- message (str) – The value to assign to the message property of this IpInventoryVcnOverlapCollection.
- overlap_count (int) – The value to assign to the overlap_count property of this IpInventoryVcnOverlapCollection.
-
ip_inventory_vcn_overlap_summary
¶ Gets the ip_inventory_vcn_overlap_summary of this IpInventoryVcnOverlapCollection. Lists IpInventoryVcnOverlapSummary object.
Returns: The ip_inventory_vcn_overlap_summary of this IpInventoryVcnOverlapCollection. Return type: list[oci.core.models.IpInventoryVcnOverlapSummary]
-
last_updated_timestamp
¶ Gets the last_updated_timestamp of this IpInventoryVcnOverlapCollection. 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 IpInventoryVcnOverlapCollection. Return type: datetime
-
message
¶ Gets the message of this IpInventoryVcnOverlapCollection. Indicates the status of the data.
Returns: The message of this IpInventoryVcnOverlapCollection. Return type: str
-
overlap_count
¶ Gets the overlap_count of this IpInventoryVcnOverlapCollection. The overlap count for the given VCN and compartments.
Returns: The overlap_count of this IpInventoryVcnOverlapCollection. Return type: int
-