deleteResourceGroup
public DeleteResourceGroupResponse deleteResourceGroup(DeleteResourceGroupRequest request) throws GPUdbException Deletes a resource group.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.deleteResourceGroup
public DeleteResourceGroupResponse deleteResourceGroup(String name, Map<String, String> options) throws GPUdbException Deletes a resource group.Parameters:name- Name of the resource group to be deleted.options- Optional parameters.CASCADE_DELETE: IfTRUE, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.