Class AttachManagementStationToProfileDetails
Provides the information used to attach a management station to a profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class AttachManagementStationToProfileDetails
Properties
ManagementStationId
Declaration
[Required(ErrorMessage = "ManagementStationId is required.")]
[JsonProperty(PropertyName = "managementStationId")]
public string ManagementStationId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the management station that the instance will be associated with. |
Remarks
Required