ManagementStationEventData¶
-
class
oci.os_management_hub.models.
ManagementStationEventData
(**kwargs)¶ Bases:
object
Provides additional information for a management station event.
Attributes
OPERATION_TYPE_SET_MANAGEMENT_STATION_CONFIG
A constant which can be used with the operation_type property of a ManagementStationEventData. OPERATION_TYPE_SYNC_MANAGEMENT_STATION_MIRROR
A constant which can be used with the operation_type property of a ManagementStationEventData. OPERATION_TYPE_UPDATE_MANAGEMENT_STATION_SOFTWARE
A constant which can be used with the operation_type property of a ManagementStationEventData. STATUS_FAILED
A constant which can be used with the status property of a ManagementStationEventData. STATUS_SUCCEEDED
A constant which can be used with the status property of a ManagementStationEventData. additional_details
Gets the additional_details of this ManagementStationEventData. operation_type
[Required] Gets the operation_type of this ManagementStationEventData. status
[Required] Gets the status of this ManagementStationEventData. Methods
__init__
(**kwargs)Initializes a new ManagementStationEventData object with values from keyword arguments. -
OPERATION_TYPE_SET_MANAGEMENT_STATION_CONFIG
= 'SET_MANAGEMENT_STATION_CONFIG'¶ A constant which can be used with the operation_type property of a ManagementStationEventData. This constant has a value of “SET_MANAGEMENT_STATION_CONFIG”
-
OPERATION_TYPE_SYNC_MANAGEMENT_STATION_MIRROR
= 'SYNC_MANAGEMENT_STATION_MIRROR'¶ A constant which can be used with the operation_type property of a ManagementStationEventData. This constant has a value of “SYNC_MANAGEMENT_STATION_MIRROR”
-
OPERATION_TYPE_UPDATE_MANAGEMENT_STATION_SOFTWARE
= 'UPDATE_MANAGEMENT_STATION_SOFTWARE'¶ A constant which can be used with the operation_type property of a ManagementStationEventData. This constant has a value of “UPDATE_MANAGEMENT_STATION_SOFTWARE”
-
STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the status property of a ManagementStationEventData. This constant has a value of “FAILED”
-
STATUS_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the status property of a ManagementStationEventData. This constant has a value of “SUCCEEDED”
-
__init__
(**kwargs)¶ Initializes a new ManagementStationEventData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - operation_type (str) – The value to assign to the operation_type property of this ManagementStationEventData. Allowed values for this property are: “SET_MANAGEMENT_STATION_CONFIG”, “SYNC_MANAGEMENT_STATION_MIRROR”, “UPDATE_MANAGEMENT_STATION_SOFTWARE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- status (str) – The value to assign to the status property of this ManagementStationEventData. Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- additional_details (oci.os_management_hub.models.WorkRequestEventDataAdditionalDetails) – The value to assign to the additional_details property of this ManagementStationEventData.
-
additional_details
¶ Gets the additional_details of this ManagementStationEventData.
Returns: The additional_details of this ManagementStationEventData. Return type: oci.os_management_hub.models.WorkRequestEventDataAdditionalDetails
-
operation_type
¶ [Required] Gets the operation_type of this ManagementStationEventData. Type of management station operation.
Allowed values for this property are: “SET_MANAGEMENT_STATION_CONFIG”, “SYNC_MANAGEMENT_STATION_MIRROR”, “UPDATE_MANAGEMENT_STATION_SOFTWARE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The operation_type of this ManagementStationEventData. Return type: str
-
status
¶ [Required] Gets the status of this ManagementStationEventData. Status of the management station operation.
Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ManagementStationEventData. Return type: str
-