Show / Hide Table of Contents

Class IpInventoryVcnOverlapSummary

Provides the VCN overlap details.

Inheritance
object
IpInventoryVcnOverlapSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top