Show / Hide Table of Contents

Class DetachManagedInstancesFromManagedInstanceGroupDetails

Provides the information used to detach managed instances from a group.

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

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 detach from the group.

Remarks

Required

In this article
Back to top