Show / Hide Table of Contents

Class InventorySubnetSummary

Lists subnet and its associated resources.

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

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 subnet.

InventoryResourceSummary

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

Lists the ResourceCollection object.

InventorySubnetCidrCollection

Declaration
[JsonProperty(PropertyName = "inventorySubnetCidrCollection")]
public List<InventorySubnetCidrBlockSummary> InventorySubnetCidrCollection { get; set; }
Property Value
Type Description
List<InventorySubnetCidrBlockSummary>

Lists CIDRs and utilization within the subnet.

Region

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

Region name of the subnet.

ResourceType

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

Resource types of the subnet.

SubnetId

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

The OCID of the subnet.

SubnetName

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

Name of the subnet within a VCN.

In this article
Back to top