Share via


RouteTargetAddressPropertiesFormat Class

Properties of route target address.

Constructor

RouteTargetAddressPropertiesFormat(*, subnet: _models.Subnet | None = None, private_ip_address: str | None = None, private_ip_allocation_method: str | _models.IPAllocationMethod | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
subnet

The reference to the subnet resource.

Default value: None
private_ip_address
str

The private IPv4 or IPv6 address of the service gateway route target address.

Default value: None
private_ip_allocation_method

The Private IP allocation method. Known values are: "Static" and "Dynamic".

Default value: None

Variables

Name Description
subnet

The reference to the subnet resource.

private_ip_address
str

The private IPv4 or IPv6 address of the service gateway route target address.

private_ip_allocation_method

The Private IP allocation method. Known values are: "Static" and "Dynamic".