Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1 KB

PendingDeleteCluster.md

File metadata and controls

16 lines (12 loc) · 1 KB

PendingDeleteCluster

Represents a pending delete entry for a specific cluster.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'PendingDeleteCluster' if this is a complete object or 'PendingDeleteClusterLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
best_effort bool Flag indicating if the cluster deletion should be best-effort mode or not. [optional]
cluster Cluster [optional]
creation_timestamp datetime Date and time when the cluster was initially created, using the format defined in RFC3339. [optional]

[Back to Model list] [Back to API list] [Back to README]