Show / Hide Table of Contents

Class AttachManagementStationToProfileDetails

Provides the information used to attach a management station to a profile.

Inheritance
object
AttachManagementStationToProfileDetails
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 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

In this article
Back to top