Base type: System.Entity
Summary: This entity represents set of blacklisted node/template pairs.
| Name | Type | Notes |
|---|---|---|
| NodeID | System.Int32 | The unique integer representation of node that is currently blacklisted for corresponding template. |
| TemplateID | System.Int32 | The unique integer representation of application template that is blacklisted for corresponding node. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |