Class AssociateManagedInstancesWithManagementStationDetails
Provides the information used to associate managed instances to a management station.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class AssociateManagedInstancesWithManagementStationDetails
Properties
ManagedInstances
Declaration
[Required(ErrorMessage = "ManagedInstances is required.")]
[JsonProperty(PropertyName = "managedInstances")]
public List<string> ManagedInstances { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of managed instance OCIDs to associate to the management station. |
Remarks
Required
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type | Description |
---|---|
WorkRequestDetails |