ManagementStationDetails¶
-
class
oci.os_management_hub.models.
ManagementStationDetails
(**kwargs)¶ Bases:
object
Provides the management station details used to configure a managed instance.
Methods
__init__
(**kwargs)Initializes a new ManagementStationDetails object with values from keyword arguments. Attributes
primary_management_station_id
[Required] Gets the primary_management_station_id of this ManagementStationDetails. secondary_management_station_id
Gets the secondary_management_station_id of this ManagementStationDetails. work_request_details
Gets the work_request_details of this ManagementStationDetails. -
__init__
(**kwargs)¶ Initializes a new ManagementStationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - primary_management_station_id (str) – The value to assign to the primary_management_station_id property of this ManagementStationDetails.
- secondary_management_station_id (str) – The value to assign to the secondary_management_station_id property of this ManagementStationDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this ManagementStationDetails.
-
primary_management_station_id
¶ [Required] Gets the primary_management_station_id of this ManagementStationDetails. The OCID of the management station for the instance to use as primary management station.
Returns: The primary_management_station_id of this ManagementStationDetails. Return type: str
-
secondary_management_station_id
¶ Gets the secondary_management_station_id of this ManagementStationDetails. The OCID of the management station for the instance to use as secondary managment station.
Returns: The secondary_management_station_id of this ManagementStationDetails. Return type: str
-
work_request_details
¶ Gets the work_request_details of this ManagementStationDetails.
Returns: The work_request_details of this ManagementStationDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-