Show / Hide Table of Contents

Class MemoryFabricPreferencesDescriptor

The preference object specified by customer. Contains customerDesiredFirmwareBundleId, fabricRecycleLevel.

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

Properties

CustomerDesiredFirmwareBundleId

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

The desired firmware bundle id on the GPU memory fabric.

FabricRecycleLevel

Declaration
[JsonProperty(PropertyName = "fabricRecycleLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MemoryFabricPreferencesDescriptor.FabricRecycleLevelEnum? FabricRecycleLevel { get; set; }
Property Value
Type Description
MemoryFabricPreferencesDescriptor.FabricRecycleLevelEnum?

The recycle level of GPU memory fabric.

In this article
Back to top