DscNode interface
DscNode 的定義
- Extends
屬性
account |
取得或設定節點的帳戶標識碼。 |
etag | 取得或設定資源的 etag。 |
extension |
取得或設定 Node 的 extensionHandler 屬性清單。 |
ip | 取得或設定節點的IP。 |
last |
取得或設定節點的最後一次看到時間。 |
name |
取得或設定 dsc 節點組態的名稱。 |
node |
取得或設定節點識別碼。 |
registration |
取得或設定節點的註冊時間。 |
status | 取得或設定節點的狀態。 |
total |
取得符合篩選準則的記錄總數。 |
繼承的屬性
id | 資源的完整資源標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
accountId
取得或設定節點的帳戶標識碼。
accountId?: string
屬性值
string
etag
取得或設定資源的 etag。
etag?: string
屬性值
string
extensionHandler
取得或設定 Node 的 extensionHandler 屬性清單。
extensionHandler?: DscNodeExtensionHandlerAssociationProperty[]
屬性值
ip
取得或設定節點的IP。
ip?: string
屬性值
string
lastSeen
取得或設定節點的最後一次看到時間。
lastSeen?: Date
屬性值
Date
namePropertiesNodeConfigurationName
取得或設定 dsc 節點組態的名稱。
namePropertiesNodeConfigurationName?: string
屬性值
string
nodeId
取得或設定節點識別碼。
nodeId?: string
屬性值
string
registrationTime
取得或設定節點的註冊時間。
registrationTime?: Date
屬性值
Date
status
取得或設定節點的狀態。
status?: string
屬性值
string
totalCount
取得符合篩選準則的記錄總數。
totalCount?: number
屬性值
number