Class IpInventoryVcnOverlapSummary
Provides the VCN overlap details.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IpInventoryVcnOverlapSummary
  Properties
Cidr
Declaration
[JsonProperty(PropertyName = "cidr")]
public string Cidr { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | CIDR prefix of the VCN.  | 
      
OverlappingCidr
Declaration
[JsonProperty(PropertyName = "overlappingCidr")]
public string OverlappingCidr { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The overlapping CIDR prefix.  | 
      
OverlappingVcnId
Declaration
[JsonProperty(PropertyName = "overlappingVcnId")]
public string OverlappingVcnId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the VCN .  | 
      
OverlappingVcnName
Declaration
[JsonProperty(PropertyName = "overlappingVcnName")]
public string OverlappingVcnName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Name of the overlapping VCN.  |