OBJECT

IgnoreClusterRemovalPrecheckReply

Description

Information regarding the ability to ignore cluster removal prechecks.

link GraphQL Schema definition

  • type IgnoreClusterRemovalPrecheckReply {
  • # Specifies whether the cluster removal precheck can be ignored.
  • canIgnorePrecheck: Boolean!
  • # Timestamp when the cluster removal precheck can be ignored. This is calculated
  • # based on the last connection time. Cluster removal precheck can be ignored if
  • # the cluster is disconnected for more than 7 days.
  • ignorePrecheckTime: DateTime
  • # Whether the cluster is disconnected.
  • isDisconnected: Boolean!
  • # The time when the cluster was last found to be connected.
  • lastConnectionTime: DateTime
  • }

link Require by