ComputeHostConfigurationData

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

Bases: object

Compute Host Configuration Data

Methods

__init__(**kwargs) Initializes a new ComputeHostConfigurationData object with values from keyword arguments.

Attributes

check_details Gets the check_details of this ComputeHostConfigurationData.
time_last_apply Gets the time_last_apply of this ComputeHostConfigurationData.
__init__(**kwargs)

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

Parameters:
  • time_last_apply (datetime) – The value to assign to the time_last_apply property of this ComputeHostConfigurationData.
  • check_details (oci.core.models.ComputeHostConfigurationCheckDetails) – The value to assign to the check_details property of this ComputeHostConfigurationData.
check_details

Gets the check_details of this ComputeHostConfigurationData.

Returns:The check_details of this ComputeHostConfigurationData.
Return type:oci.core.models.ComputeHostConfigurationCheckDetails
time_last_apply

Gets the time_last_apply of this ComputeHostConfigurationData. The time that was last applied.

Returns:The time_last_apply of this ComputeHostConfigurationData.
Return type:datetime