Applications
extends CloudApiBase
in
implements
CloudApiInterface
Class Applications
Table of Contents
$client | ClientInterface | |
---|---|---|
getAll() | Shows all applications. | ApplicationsResponse |
get() | Shows information about an application. | ApplicationResponse |
rename() | Renames an application. | OperationResponse |
getAllTags() | Returns a list of application tags associated with this application. | TagsResponse |
createTag() | Creates a new application tag. | OperationResponse |
deleteTag() | Deletes an application tag. | OperationResponse |
__construct() | Client constructor. | mixed |
Properties
$client
protected
ClientInterface
$client
Methods
getAll()
Shows all applications.
public
getAll(
)
: ApplicationsResponse
Return values
ApplicationsResponseget()
Shows information about an application.
public
get(
$applicationUuid :
string
)
: ApplicationResponse
Parameters
- $applicationUuid : string
Return values
ApplicationResponserename()
Renames an application.
public
rename(
$applicationUuid :
string
, $name :
string
)
: OperationResponse
Parameters
- $applicationUuid : string
- $name : string
Return values
OperationResponsegetAllTags()
Returns a list of application tags associated with this application.
public
getAllTags(
$applicationUuid :
string
)
: TagsResponse
Parameters
- $applicationUuid : string
Return values
TagsResponsecreateTag()
Creates a new application tag.
public
createTag(
$applicationUuid :
string
, $name :
string
, $color :
string
)
: OperationResponse
Parameters
- $applicationUuid : string
- $name : string
- $color : string
Return values
OperationResponsedeleteTag()
Deletes an application tag.
public
deleteTag(
$applicationUuid :
string
, $tagName :
string
)
: OperationResponse
Parameters
- $applicationUuid : string
- $tagName : string
Return values
OperationResponse__construct()
Client constructor.
public
__construct(
$client :
ClientInterface
)
: mixed
Parameters
- $client : ClientInterface