Show / Hide Table of Contents

Class GetIpInventoryVcnOverlapDetails

Lists the compartment to find VCN overlap.

Inheritance
object
GetIpInventoryVcnOverlapDetails
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 GetIpInventoryVcnOverlapDetails

Properties

CompartmentList

Declaration
[Required(ErrorMessage = "CompartmentList is required.")]
[JsonProperty(PropertyName = "compartmentList")]
public List<string> CompartmentList { get; set; }
Property Value
Type Description
List<string>

The list of OCID of the compartments.

Remarks

Required

RegionList

Declaration
[Required(ErrorMessage = "RegionList is required.")]
[JsonProperty(PropertyName = "regionList")]
public List<string> RegionList { get; set; }
Property Value
Type Description
List<string>

Lists the selected regions.

Remarks

Required

In this article
Back to top