GetIpInventoryVcnOverlapDetails¶
-
class
oci.core.models.
GetIpInventoryVcnOverlapDetails
(**kwargs)¶ Bases:
object
Lists the compartment to find VCN overlap.
Methods
__init__
(**kwargs)Initializes a new GetIpInventoryVcnOverlapDetails object with values from keyword arguments. Attributes
compartment_list
[Required] Gets the compartment_list of this GetIpInventoryVcnOverlapDetails. region_list
[Required] Gets the region_list of this GetIpInventoryVcnOverlapDetails. -
__init__
(**kwargs)¶ Initializes a new GetIpInventoryVcnOverlapDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - region_list (list[str]) – The value to assign to the region_list property of this GetIpInventoryVcnOverlapDetails.
- compartment_list (list[str]) – The value to assign to the compartment_list property of this GetIpInventoryVcnOverlapDetails.
-
compartment_list
¶ [Required] Gets the compartment_list of this GetIpInventoryVcnOverlapDetails. The list of OCID of the compartments.
Returns: The compartment_list of this GetIpInventoryVcnOverlapDetails. Return type: list[str]
-
region_list
¶ [Required] Gets the region_list of this GetIpInventoryVcnOverlapDetails. Lists the selected regions.
Returns: The region_list of this GetIpInventoryVcnOverlapDetails. Return type: list[str]
-