VirtualizationManagementSystemSetting¶
Contains additional data for a virtualization management system that does not fit into the standardized table
Fields¶
Field | Type | Description |
---|---|---|
BooleanValue | boolean | Boolean representation for boolean settings |
DateTimeValue | datetime | DateTime representation for datetime settings |
ID | numeric | Internal ID for the VirtualizationManagementSystemSetting entity (Primary Key) |
IntegerValue | numeric | Integer representation for numeric settings |
Name | string | Name of the setting |
Value | string | Value of the setting - string representation |
VirtualizationManagementSystemID | numeric | Internal ID that references the VirtualizationManagementSystem entity (Foreign Key) |