다음을 통해 공유


BgpConnection 클래스

가상 어플라이언스 사이트 리소스.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.network.models._models.SubResource
BgpConnection

생성자

BgpConnection(*, id: str | None = None, name: str | None = None, peer_asn: int | None = None, peer_ip: str | None = None, hub_virtual_network_connection: _models.SubResource | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
id
str

리소스 ID입니다.

name
str

연결의 이름입니다.

peer_asn
int

피어 ASN.

peer_ip
str

피어 IP.

hub_virtual_network_connection

HubVirtualNetworkConnection 리소스에 대한 참조입니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

연결의 이름입니다.

etag
str

리소스를 업데이트할 때마다 변경되는 고유한 읽기 전용 문자열입니다.

type
str

연결 형식.

peer_asn
int

피어 ASN.

peer_ip
str

피어 IP.

hub_virtual_network_connection

HubVirtualNetworkConnection 리소스에 대한 참조입니다.

provisioning_state

리소스의 프로비전 상태입니다. 알려진 값은 "Succeeded", "Updating", "Deleting" 및 "Failed"입니다.

connection_state

VirtualHub to Peer의 현재 상태입니다. 알려진 값은 "Unknown", "Connecting", "Connected", "NotConnected"입니다.