Represents a pending delete entry for a specific cluster.
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] |