Show / Hide Table of Contents

Class IpInventoryCollection

The results returned by a ListIpInventory operation.

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

Properties

CompartmentsPerTenant

Declaration
[JsonProperty(PropertyName = "compartmentsPerTenant")]
public long? CompartmentsPerTenant { get; set; }
Property Value
Type Description
long?

The number of compartments per compartments per tenant.

Count

Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type Description
int?

Species the count for the number of results for the response.

InventoryVcnCollection

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

Lists IpInventoryVcnSummary objects.

LastUpdatedTimestamp

Declaration
[JsonProperty(PropertyName = "lastUpdatedTimestamp")]
public DateTime? LastUpdatedTimestamp { get; set; }
Property Value
Type Description
DateTime?

The timestamp of the latest update from the database in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

Message

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

Indicates the status of the data.

In this article
Back to top