IpInventoryVcnOverlapSummary¶
-
class
oci.core.models.
IpInventoryVcnOverlapSummary
(**kwargs)¶ Bases:
object
Provides the VCN overlap details.
Methods
__init__
(**kwargs)Initializes a new IpInventoryVcnOverlapSummary object with values from keyword arguments. Attributes
cidr
Gets the cidr of this IpInventoryVcnOverlapSummary. overlapping_cidr
Gets the overlapping_cidr of this IpInventoryVcnOverlapSummary. overlapping_vcn_id
Gets the overlapping_vcn_id of this IpInventoryVcnOverlapSummary. overlapping_vcn_name
Gets the overlapping_vcn_name of this IpInventoryVcnOverlapSummary. -
__init__
(**kwargs)¶ Initializes a new IpInventoryVcnOverlapSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - overlapping_vcn_id (str) – The value to assign to the overlapping_vcn_id property of this IpInventoryVcnOverlapSummary.
- overlapping_vcn_name (str) – The value to assign to the overlapping_vcn_name property of this IpInventoryVcnOverlapSummary.
- overlapping_cidr (str) – The value to assign to the overlapping_cidr property of this IpInventoryVcnOverlapSummary.
- cidr (str) – The value to assign to the cidr property of this IpInventoryVcnOverlapSummary.
-
cidr
¶ Gets the cidr of this IpInventoryVcnOverlapSummary. CIDR prefix of the VCN.
Returns: The cidr of this IpInventoryVcnOverlapSummary. Return type: str
-
overlapping_cidr
¶ Gets the overlapping_cidr of this IpInventoryVcnOverlapSummary. The overlapping CIDR prefix.
Returns: The overlapping_cidr of this IpInventoryVcnOverlapSummary. Return type: str
-
overlapping_vcn_id
¶ Gets the overlapping_vcn_id of this IpInventoryVcnOverlapSummary. The OCID of the VCN .
Returns: The overlapping_vcn_id of this IpInventoryVcnOverlapSummary. Return type: str
-
overlapping_vcn_name
¶ Gets the overlapping_vcn_name of this IpInventoryVcnOverlapSummary. Name of the overlapping VCN.
Returns: The overlapping_vcn_name of this IpInventoryVcnOverlapSummary. Return type: str
-