Description Methods Public fields Active bindings Methods
dkube_api.Dfab
cluster_status API to fetch the status of various clusters
groups_create_one_or_update API to create a new group if not present and update group with pools and users.
groups_delete_list API to delete a list of groups
groups_get_collection_all API to get all the groups.
groups_get_collection_one API to get all the groups.
nodes_get_all API to get collection of nodes.
pools_create_one_or_update API to create a new pool if not present and update group with pools and users.
pools_delete_list API to delete a list of pools
pools_get_collection_all API to get all the pools.
pools_get_collection_one API to get collection of single pool.
path
Stores url path of the request.
apiClient
Handles the client-server communication.
userAgent
Set the user agent of the request.
path
Stores url path of the request.
new()
DfabApi$new(apiClient)
cluster_status()
DfabApi$cluster_status(...)
groups_create_one_or_update()
DfabApi$groups_create_one_or_update(data, ...)
groups_delete_list()
DfabApi$groups_delete_list(data, ...)
groups_get_collection_all()
DfabApi$groups_get_collection_all(notonboarded, ...)
groups_get_collection_one()
DfabApi$groups_get_collection_one(group, ...)
nodes_get_all()
DfabApi$nodes_get_all(...)
pools_create_one_or_update()
DfabApi$pools_create_one_or_update(data, ...)
pools_delete_list()
DfabApi$pools_delete_list(data, ...)
pools_get_collection_all()
DfabApi$pools_get_collection_all(...)
pools_get_collection_one()
DfabApi$pools_get_collection_one(pool, ...)
clone()
The objects of this class are cloneable with this method.
DfabApi$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.