Show / Hide Table of Contents

Class AttachManagedInstanceGroupToProfileDetails

Provides the information used to attach a managed instance group to a profile.

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

Properties

ManagedInstanceGroupId

Declaration
[Required(ErrorMessage = "ManagedInstanceGroupId is required.")]
[JsonProperty(PropertyName = "managedInstanceGroupId")]
public string ManagedInstanceGroupId { get; set; }
Property Value
Type Description
string

The OCID of the managed instance group that the instance will be associated with.

Remarks

Required

In this article
Back to top