ConnectionDetails interface
멤버 수준의 프라이빗 엔드포인트 연결 세부 정보입니다.
속성
| group |
그룹 ID를 가져오거나 설정합니다. |
| id | ID를 가져오거나 설정합니다. |
| link |
링크 식별자를 가져오거나 설정합니다. |
| member |
멤버 이름을 가져오거나 설정합니다. |
| private |
개인 IP 주소를 가져오거나 설정합니다. |
속성 세부 정보
groupId
그룹 ID를 가져오거나 설정합니다.
groupId?: string
속성 값
string
id
ID를 가져오거나 설정합니다.
id?: string
속성 값
string
linkIdentifier
링크 식별자를 가져오거나 설정합니다.
linkIdentifier?: string
속성 값
string
memberName
멤버 이름을 가져오거나 설정합니다.
memberName?: string
속성 값
string
privateIpAddress
개인 IP 주소를 가져오거나 설정합니다.
privateIpAddress?: string
속성 값
string