Class ManagementStationDetails
Provides the management station details used to configure a managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ManagementStationDetailsProperties
PrimaryManagementStationId
Declaration
[Required(ErrorMessage = "PrimaryManagementStationId is required.")]
[JsonProperty(PropertyName = "primaryManagementStationId")]
public string PrimaryManagementStationId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the management station for the instance to use as primary management station. | 
Remarks
Required
SecondaryManagementStationId
Declaration
[JsonProperty(PropertyName = "secondaryManagementStationId")]
public string SecondaryManagementStationId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the management station for the instance to use as secondary managment station. | 
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| WorkRequestDetails |