Class WorkRequestManagementStationDetails
Details about management station actions.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class WorkRequestManagementStationDetailsProperties
Config
Declaration
[JsonProperty(PropertyName = "config")]
public byte[] Config { get; set; }Property Value
| Type | Description | 
|---|---|
| byte[] | The configuration of the management station. | 
ManagementStationVersion
Declaration
[JsonProperty(PropertyName = "managementStationVersion")]
public string ManagementStationVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Target version to update the management station software. | 
SoftwareSourceIds
Declaration
[JsonProperty(PropertyName = "softwareSourceIds")]
public List<string> SoftwareSourceIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Optional list for mirrors to sync. |