WorkRequestManagementStationDetails

class oci.os_management_hub.models.WorkRequestManagementStationDetails(**kwargs)

Bases: object

Details about management station actions.

Methods

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

Attributes

config Gets the config of this WorkRequestManagementStationDetails.
management_station_version Gets the management_station_version of this WorkRequestManagementStationDetails.
software_source_ids Gets the software_source_ids of this WorkRequestManagementStationDetails.
__init__(**kwargs)

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

Parameters:
  • management_station_version (str) – The value to assign to the management_station_version property of this WorkRequestManagementStationDetails.
  • config (str) – The value to assign to the config property of this WorkRequestManagementStationDetails.
  • software_source_ids (list[str]) – The value to assign to the software_source_ids property of this WorkRequestManagementStationDetails.
config

Gets the config of this WorkRequestManagementStationDetails. The configuration of the management station.

Returns:The config of this WorkRequestManagementStationDetails.
Return type:str
management_station_version

Gets the management_station_version of this WorkRequestManagementStationDetails. Target version to update the management station software.

Returns:The management_station_version of this WorkRequestManagementStationDetails.
Return type:str
software_source_ids

Gets the software_source_ids of this WorkRequestManagementStationDetails. Optional list for mirrors to sync.

Returns:The software_source_ids of this WorkRequestManagementStationDetails.
Return type:list[str]