Show / Hide Table of Contents

Class InventoryVcnSummary

Provides the summary of a VCN's IP Inventory data under specified compartments.

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

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment.

DnsDomainName

Declaration
[JsonProperty(PropertyName = "dnsDomainName")]
public string DnsDomainName { get; set; }
Property Value
Type Description
string

DNS domain name of the VCN.

InventorySubnetcollection

Declaration
[JsonProperty(PropertyName = "inventorySubnetcollection")]
public List<InventorySubnetSummary> InventorySubnetcollection { get; set; }
Property Value
Type Description
List<InventorySubnetSummary>

Lists Subnetcollection objects

InventoryVcnCidrBlockCollection

Declaration
[JsonProperty(PropertyName = "inventoryVcnCidrBlockCollection")]
public List<InventoryVcnCidrBlockSummary> InventoryVcnCidrBlockCollection { get; set; }
Property Value
Type Description
List<InventoryVcnCidrBlockSummary>

Lists InventoryVcnCidrBlockSummary objects.

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

Region name of the VCN.

ResourceType

Declaration
[JsonProperty(PropertyName = "resourceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public InventoryVcnSummary.ResourceTypeEnum? ResourceType { get; set; }
Property Value
Type Description
InventoryVcnSummary.ResourceTypeEnum?

Resource types of the VCN.

VcnId

Declaration
[JsonProperty(PropertyName = "vcnId")]
public string VcnId { get; set; }
Property Value
Type Description
string

The OCID of the VCN .

VcnName

Declaration
[JsonProperty(PropertyName = "vcnName")]
public string VcnName { get; set; }
Property Value
Type Description
string

Name of the VCN.

In this article
Back to top