Gets the ID of the company that the entity belongs to.
Indicates whether the entity is deleted.
Gets the date that the entity was deleted, or null if it is not deleted.
Indicates whether the company has the iland backup product.
Indicates whether the company has the iland cloud product.
Indicates whether the company has the iland Object Storage product
Gets the raw JSON object from the API.
Gets the name.
Gets the last date that the entity was updated.
Gets the UUID.
Creates a new company role.
a promise with the newly created role
Creates a new support ticket.
@param {SupportTicketCreateRequest} newSupportTicket
@returns {Promise
Creates a new company user.
a promise with the newly created user
Delete a company logo
Deletes a new company role.
a promise that indicates success or failure
Gets all catalogs in the company location.
Get the billing history for the cloud tenants.
promise resolving to the cloud tenant billing history
Get all cloud tenants in company location.
Get all edges in the company location.
Get a company logo
Get all media in the company location.
Gets all internal networks in the company location.
Get all organizations in the company location
Get a company role.
a promise with the queried role
Get company roles.
task promise
Get a specified support ticket.
Get support ticket regarding options.
Get all support tickets
Get company tasks.
used to get tasks matching specific criteria
a promise that resolves with a task list
A company may have multiple user domains if they have users that are shared with other companies. This method returns the identifiers for all domains that are associated with this company.
a promise with the list of the company user domains
Gets all company users.
a promise with the list of the company users
Gets all company users that are assigned to a specified role.
a promise with the list of the company users that are assigned to the role
Gets all the vApp networks in the company location.
Get all vApp templates in the company location.
Get all vApps in the company location
Get all vDCs in the company location
Get all VMs in the company location
Gets all VPGs in the company location.
Refreshes the Company data by retrieving it from the API again.
promise that resolves with this object
Perform a full-text search of entities pertaining to this company.
Query string
Page offset for return documents
Number of hits per page (default value is 10 and maximum is 50)
a promise that resolves with a SearchResult
Change the company logo
JSON format.
Updates a company role.
a promise with the newly created role that has replaced the original
Updates a support ticket.
Gets an Company by ID.
Company ID
promise that resolves with the Company
Generated using TypeDoc
Company.