IBMCloud v0.0.1 IBMCloud.ResourceController View Source

IBM Cloud Resource Controller API.

Link to this section Summary

Link to this section Functions

Link to this function

build_client(bearer_token, endpoint \\ "https://resource-controller.cloud.ibm.com", adapter \\ nil)

View Source
Link to this function

create_resource_instance(client, body, opts \\ [])

View Source

Creates a resource instance.

See Create (provision) a new resource instance.

Link to this function

create_resource_key(client, body, opts \\ [])

View Source

Creates a resource key.

See Create a new resource key for details.

Link to this function

delete_resource_instance(client, id, opts \\ [])

View Source

Deletes a resource instance.

See Delete a resource instance for details.

Link to this function

delete_resource_key(client, id, opts \\ [])

View Source

Deletes a resource key.

See Delete a resource key by ID for details.

Link to this function

get_resource_instance(client, id, opts \\ [])

View Source

Gets a resource instance.

See Get a resource instance for details.

Link to this function

get_resource_key(client, id, opts \\ [])

View Source

Gets a resource key.

See Get resource key by ID for details.

Link to this function

list_resource_instances(client, opts \\ [])

View Source

Lists resource instances.

See Get a list of all resource instances for details.

Link to this function

list_resource_keys(client, opts \\ [])

View Source

Lists resource keys.

See Get a list of resource keys for details.