Show / Hide Table of Contents

Class CreateGroupProfileDetails

Provides the information used to create a group registration profile.

Inheritance
object
CreateProfileDetails
CreateGroupProfileDetails
Inherited Members
CreateProfileDetails.DisplayName
CreateProfileDetails.CompartmentId
CreateProfileDetails.Description
CreateProfileDetails.ManagementStationId
CreateProfileDetails.RegistrationType
CreateProfileDetails.IsDefaultProfile
CreateProfileDetails.FreeformTags
CreateProfileDetails.DefinedTags
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 CreateGroupProfileDetails : CreateProfileDetails

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 join after registration.

Remarks

Required

In this article
Back to top