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.
- 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.
- DateTime :
- # Whether the cluster is disconnected.
- Boolean! :
- # The time when the cluster was last found to be connected.
- DateTime :
- }