Show / Hide Table of Contents

Class Nvdimm

The asset's NVDIMM configuration.

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

Properties

ControllerKey

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

Controller key.

Label

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

Provides a label and summary information for the device.

UnitNumber

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

The unit number of NVDIMM.

In this article
Back to top