Class MemoryFabricPreferencesDescriptor
The preference object specified by customer. Contains customerDesiredFirmwareBundleId, fabricRecycleLevel.
Inherited Members
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. |