HybridRunbookWorker interface
Hybrid Runbook Worker의 정의입니다.
속성
ip | 할당된 컴퓨터 IP 주소를 가져오거나 설정합니다. |
last |
작업자의 마지막 하트비트 |
name | 작업자 컴퓨터 이름을 가져오거나 설정합니다. |
registration |
작업자 컴퓨터의 등록 시간을 가져오거나 설정합니다. |
속성 세부 정보
ip
할당된 컴퓨터 IP 주소를 가져오거나 설정합니다.
ip?: string
속성 값
string
lastSeenDateTime
작업자의 마지막 하트비트
lastSeenDateTime?: Date
속성 값
Date
name
작업자 컴퓨터 이름을 가져오거나 설정합니다.
name?: string
속성 값
string
registrationTime
작업자 컴퓨터의 등록 시간을 가져오거나 설정합니다.
registrationTime?: Date
속성 값
Date