다음을 통해 공유


HubIpConfiguration 클래스

IpConfigurations.

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

상속
azure.mgmt.network.models._models_py3.SubResource
HubIpConfiguration

생성자

HubIpConfiguration(*, id: str | None = None, name: str | None = None, private_ip_address: str | None = None, private_ip_allocation_method: str | _models.IPAllocationMethod | None = None, subnet: _models.Subnet | None = None, public_ip_address: _models.PublicIPAddress | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
id
str

리소스 ID입니다.

name
str

IP 구성의 이름입니다.

private_ip_address
str

IP 구성의 개인 IP 주소입니다.

private_ip_allocation_method

개인 IP 주소 할당 방법입니다. 알려진 값은 "Static" 및 "Dynamic"입니다.

subnet

서브넷 리소스에 대한 참조입니다.

public_ip_address

공용 IP 리소스에 대한 참조입니다.

변수

Name Description
id
str

리소스 ID입니다.

name
str

IP 구성의 이름입니다.

etag
str

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

type
str

Ipconfiguration 형식입니다.

private_ip_address
str

IP 구성의 개인 IP 주소입니다.

private_ip_allocation_method

개인 IP 주소 할당 방법입니다. 알려진 값은 "Static" 및 "Dynamic"입니다.

subnet

서브넷 리소스에 대한 참조입니다.

public_ip_address

공용 IP 리소스에 대한 참조입니다.

provisioning_state

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