MemoryFabricPreferencesDescriptor

class oci.core.models.MemoryFabricPreferencesDescriptor(**kwargs)

Bases: object

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

Attributes

FABRIC_RECYCLE_LEVEL_FULL_RECYCLE A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor.
FABRIC_RECYCLE_LEVEL_OPPORTUNISTIC_FULL_RECYCLE A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor.
FABRIC_RECYCLE_LEVEL_SKIP_RECYCLE A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor.
customer_desired_firmware_bundle_id Gets the customer_desired_firmware_bundle_id of this MemoryFabricPreferencesDescriptor.
fabric_recycle_level Gets the fabric_recycle_level of this MemoryFabricPreferencesDescriptor.

Methods

__init__(**kwargs) Initializes a new MemoryFabricPreferencesDescriptor object with values from keyword arguments.
FABRIC_RECYCLE_LEVEL_FULL_RECYCLE = 'FULL_RECYCLE'

A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor. This constant has a value of “FULL_RECYCLE”

FABRIC_RECYCLE_LEVEL_OPPORTUNISTIC_FULL_RECYCLE = 'OPPORTUNISTIC_FULL_RECYCLE'

A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor. This constant has a value of “OPPORTUNISTIC_FULL_RECYCLE”

FABRIC_RECYCLE_LEVEL_SKIP_RECYCLE = 'SKIP_RECYCLE'

A constant which can be used with the fabric_recycle_level property of a MemoryFabricPreferencesDescriptor. This constant has a value of “SKIP_RECYCLE”

__init__(**kwargs)

Initializes a new MemoryFabricPreferencesDescriptor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • customer_desired_firmware_bundle_id (str) – The value to assign to the customer_desired_firmware_bundle_id property of this MemoryFabricPreferencesDescriptor.
  • fabric_recycle_level (str) – The value to assign to the fabric_recycle_level property of this MemoryFabricPreferencesDescriptor. Allowed values for this property are: “FULL_RECYCLE”, “SKIP_RECYCLE”, “OPPORTUNISTIC_FULL_RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
customer_desired_firmware_bundle_id

Gets the customer_desired_firmware_bundle_id of this MemoryFabricPreferencesDescriptor. The desired firmware bundle id on the GPU memory fabric.

Returns:The customer_desired_firmware_bundle_id of this MemoryFabricPreferencesDescriptor.
Return type:str
fabric_recycle_level

Gets the fabric_recycle_level of this MemoryFabricPreferencesDescriptor. The recycle level of GPU memory fabric.

Allowed values for this property are: “FULL_RECYCLE”, “SKIP_RECYCLE”, “OPPORTUNISTIC_FULL_RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The fabric_recycle_level of this MemoryFabricPreferencesDescriptor.
Return type:str