IBMCloud v0.0.1 IBMCloud.CRN View Source

Cloud Resource Name.

Link to this section Summary

Link to this section Types

Link to this type

scope()

View Source
scope() :: {:account | :organization | :space, binary()} | nil
Link to this type

t()

View Source
t() :: %IBMCloud.CRN{
  cname: binary(),
  ctype: binary(),
  location: binary() | nil,
  resource: binary() | nil,
  resource_type: binary() | nil,
  scope: binary() | nil,
  service_instance: binary() | nil,
  service_name: binary() | nil,
  version: binary()
}

Link to this section Functions