Show / Hide Table of Contents

Class InventoryResourceSummary

Lists resources and its properties under a given subnet.

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

Properties

CompartmentId

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

The OCID of the compartment.

IpAddressCollection

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

Lists the 'IpAddressCollection' object.

Region

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

The region name of the corresponding resource.

ResourceName

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

The name of the resource created.

ResourceType

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

Resource types of the resource.

In this article
Back to top