DetachManagementStationFromProfileDetails

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

Bases: object

Provides the information used to detach a management station from a profile.

Methods

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

Attributes

management_station_id [Required] Gets the management_station_id of this DetachManagementStationFromProfileDetails.
__init__(**kwargs)

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

Parameters:management_station_id (str) – The value to assign to the management_station_id property of this DetachManagementStationFromProfileDetails.
management_station_id

[Required] Gets the management_station_id of this DetachManagementStationFromProfileDetails. The OCID of the management station to detach from the profile.

Returns:The management_station_id of this DetachManagementStationFromProfileDetails.
Return type:str