ComputeHostConfigurationCheckDetails¶
-
class
oci.core.models.
ComputeHostConfigurationCheckDetails
(**kwargs)¶ Bases:
object
Compute Host Group Configuration Details Check
Attributes
CONFIGURATION_STATE_APPLYING
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. CONFIGURATION_STATE_CHECKING
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. CONFIGURATION_STATE_CONFORMANT
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. CONFIGURATION_STATE_NON_CONFORMANT
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. CONFIGURATION_STATE_PRE_APPLYING
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. CONFIGURATION_STATE_UNKNOWN
A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. RECYCLE_LEVEL_FULL_RECYCLE
A constant which can be used with the recycle_level property of a ComputeHostConfigurationCheckDetails. RECYCLE_LEVEL_SKIP_RECYCLE
A constant which can be used with the recycle_level property of a ComputeHostConfigurationCheckDetails. TYPE_FIRMWARE
A constant which can be used with the type property of a ComputeHostConfigurationCheckDetails. TYPE_RECYCLE
A constant which can be used with the type property of a ComputeHostConfigurationCheckDetails. configuration_state
Gets the configuration_state of this ComputeHostConfigurationCheckDetails. firmware_bundle_id
Gets the firmware_bundle_id of this ComputeHostConfigurationCheckDetails. recycle_level
Gets the recycle_level of this ComputeHostConfigurationCheckDetails. type
Gets the type of this ComputeHostConfigurationCheckDetails. Methods
__init__
(**kwargs)Initializes a new ComputeHostConfigurationCheckDetails object with values from keyword arguments. -
CONFIGURATION_STATE_APPLYING
= 'APPLYING'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “APPLYING”
-
CONFIGURATION_STATE_CHECKING
= 'CHECKING'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “CHECKING”
-
CONFIGURATION_STATE_CONFORMANT
= 'CONFORMANT'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “CONFORMANT”
-
CONFIGURATION_STATE_NON_CONFORMANT
= 'NON_CONFORMANT'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “NON_CONFORMANT”
-
CONFIGURATION_STATE_PRE_APPLYING
= 'PRE_APPLYING'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “PRE_APPLYING”
-
CONFIGURATION_STATE_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the configuration_state property of a ComputeHostConfigurationCheckDetails. This constant has a value of “UNKNOWN”
-
RECYCLE_LEVEL_FULL_RECYCLE
= 'FULL_RECYCLE'¶ A constant which can be used with the recycle_level property of a ComputeHostConfigurationCheckDetails. This constant has a value of “FULL_RECYCLE”
-
RECYCLE_LEVEL_SKIP_RECYCLE
= 'SKIP_RECYCLE'¶ A constant which can be used with the recycle_level property of a ComputeHostConfigurationCheckDetails. This constant has a value of “SKIP_RECYCLE”
-
TYPE_FIRMWARE
= 'FIRMWARE'¶ A constant which can be used with the type property of a ComputeHostConfigurationCheckDetails. This constant has a value of “FIRMWARE”
-
TYPE_RECYCLE
= 'RECYCLE'¶ A constant which can be used with the type property of a ComputeHostConfigurationCheckDetails. This constant has a value of “RECYCLE”
-
__init__
(**kwargs)¶ Initializes a new ComputeHostConfigurationCheckDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this ComputeHostConfigurationCheckDetails. Allowed values for this property are: “FIRMWARE”, “RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- configuration_state (str) – The value to assign to the configuration_state property of this ComputeHostConfigurationCheckDetails. Allowed values for this property are: “CONFORMANT”, “NON_CONFORMANT”, “CHECKING”, “PRE_APPLYING”, “APPLYING”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- firmware_bundle_id (str) – The value to assign to the firmware_bundle_id property of this ComputeHostConfigurationCheckDetails.
- recycle_level (str) – The value to assign to the recycle_level property of this ComputeHostConfigurationCheckDetails. Allowed values for this property are: “SKIP_RECYCLE”, “FULL_RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
configuration_state
¶ Gets the configuration_state of this ComputeHostConfigurationCheckDetails. The current state of the host configuration. The Host is either | CONFORMANT - current state matches the desired configuration NON_CONFORMANT - current state does not match the desired configuration PRE_APPLYING, APPLYING, CHECKING- transitional states UNKNOWN - current state is unknown
Allowed values for this property are: “CONFORMANT”, “NON_CONFORMANT”, “CHECKING”, “PRE_APPLYING”, “APPLYING”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The configuration_state of this ComputeHostConfigurationCheckDetails. Return type: str
-
firmware_bundle_id
¶ Gets the firmware_bundle_id of this ComputeHostConfigurationCheckDetails. The OCID for the Customer-unique firmware bundle associated with the Host Configuration.
Returns: The firmware_bundle_id of this ComputeHostConfigurationCheckDetails. Return type: str
-
recycle_level
¶ Gets the recycle_level of this ComputeHostConfigurationCheckDetails. Preferred recycle level for hosts associated with the reservation config. * SKIP_RECYCLE - Skips host wipe. * FULL_RECYCLE - Does not skip host wipe. This is the default behavior.
Allowed values for this property are: “SKIP_RECYCLE”, “FULL_RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The recycle_level of this ComputeHostConfigurationCheckDetails. Return type: str
-
type
¶ Gets the type of this ComputeHostConfigurationCheckDetails. The type of configuration
Allowed values for this property are: “FIRMWARE”, “RECYCLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ComputeHostConfigurationCheckDetails. Return type: str
-