Show / Hide Table of Contents

Class WorkRequestManagementStationDetails

Details about management station actions.

Inheritance
object
WorkRequestManagementStationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class WorkRequestManagementStationDetails

Properties

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.

In this article
Back to top