CloudAppType
Cloud application type information.
erDiagram
CloudAppType ||--o{ CloudApp : "CloudAppTypeID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this entity was created |
| Description |
string |
Description of the cloud application type |
| ExtraData |
string |
Extra data for the cloud app type (JSON formatted) |
| ID |
numeric |
Internal ID for the CloudAppType entity (Primary Key) |
| Name |
string |
Name of the cloud application type |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the cloud app type (e.g., in queries) |
| Res1 |
string |
Reserved for future use |
| Res2 |
string |
Reserved for future use |
Referenced by
| Table |
Column Name |
Description |
| CloudApp |
CloudAppTypeID |
Cloud application information |