Class GetIpInventoryVcnOverlapDetails
Lists the compartment to find VCN overlap.
Inherited Members
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