Show / Hide Table of Contents

Class CccInfrastructureInventory

Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.

Inheritance
object
CccInfrastructureInventory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureInventory

Properties

CapacityStorageTrayCount

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

The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.

ComputeNodeCount

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

The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.

ManagementNodeCount

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

The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.

PerformanceStorageTrayCount

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

The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.

SerialNumber

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

The serial number of the Compute Cloud@Customer infrastructure rack.

In this article
Back to top