Show / Hide Table of Contents

Class ReclaimClusterDetails

Reclaim Clusters from de-activated customer tenant accounts

Inheritance
object
ReclaimClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class ReclaimClusterDetails

Properties

IsReclamationRun

Declaration
[Required(ErrorMessage = "IsReclamationRun is required.")]
[JsonProperty(PropertyName = "isReclamationRun")]
public bool? IsReclamationRun { get; set; }
Property Value
Type Description
bool?

A boolean flag which indicates whether or not to execute the reclamation of the resulting non-deleted clusterIds in the de-activated tenant

Remarks

Required

TenantId

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

The tenant ID of the customer whose account has been de-activated

Remarks

Required

In this article
Back to top