DscNodeProperties interface
The properties of a DscNode
Properties
| account |
Gets or sets the account id of the node. |
| etag | Gets or sets the etag of the resource. |
| extension |
Gets or sets the list of extensionHandler properties for a Node. |
| ip | Gets or sets the ip of the node. |
| last |
Gets or sets the last seen time of the node. |
| node |
Gets or sets the configuration of the node. |
| node |
Gets or sets the node id. |
| registration |
Gets or sets the registration time of the node. |
| status | Gets or sets the status of the node. |
| total |
Gets the total number of records matching filter criteria. |
Property Details
accountId
Gets or sets the account id of the node.
accountId?: string
Property Value
string
etag
Gets or sets the etag of the resource.
etag?: string
Property Value
string
extensionHandler
Gets or sets the list of extensionHandler properties for a Node.
extensionHandler?: DscNodeExtensionHandlerAssociationProperty[]
Property Value
ip
Gets or sets the ip of the node.
ip?: string
Property Value
string
lastSeen
Gets or sets the last seen time of the node.
lastSeen?: Date
Property Value
Date
nodeConfiguration
Gets or sets the configuration of the node.
nodeConfiguration?: DscNodeConfigurationAssociationProperty
Property Value
nodeId
Gets or sets the node id.
nodeId?: string
Property Value
string
registrationTime
Gets or sets the registration time of the node.
registrationTime?: Date
Property Value
Date
status
Gets or sets the status of the node.
status?: string
Property Value
string
totalCount
Gets the total number of records matching filter criteria.
totalCount?: number
Property Value
number