你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Ipv6ExpressRouteCircuitPeeringConfig 类

  • java.lang.Object
    • com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig

public class Ipv6ExpressRouteCircuitPeeringConfig

包含 IPv6 对等互连配置。

构造函数摘要

构造函数 说明
Ipv6ExpressRouteCircuitPeeringConfig()

方法摘要

修饰符和类型 方法和描述
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

获取 Microsoft 对等互连配置。

java.lang.String primaryPeerAddressPrefix()

获取主地址前缀。

com.microsoft.azure.SubResource routeFilter()

获取对路由筛选器资源的引用。

java.lang.String secondaryPeerAddressPrefix()

获取辅助地址前缀。

ExpressRouteCircuitPeeringState state()

获取对等互连的状态。

Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

设置 Microsoft 对等互连配置。

Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

设置主地址前缀。

Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(SubResource routeFilter)

设置对路由筛选器资源的引用。

Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

设置辅助地址前缀。

Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

设置对等互连的状态。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

Ipv6ExpressRouteCircuitPeeringConfig

public Ipv6ExpressRouteCircuitPeeringConfig()

方法详细信息

microsoftPeeringConfig

public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

获取 Microsoft 对等互连配置。

Returns:

microsoftPeeringConfig 值

primaryPeerAddressPrefix

public String primaryPeerAddressPrefix()

获取主地址前缀。

Returns:

primaryPeerAddressPrefix 值

routeFilter

public SubResource routeFilter()

获取对 RouteFilter 资源的引用。

Returns:

routeFilter 值

secondaryPeerAddressPrefix

public String secondaryPeerAddressPrefix()

获取辅助地址前缀。

Returns:

secondaryPeerAddressPrefix 值

state

public ExpressRouteCircuitPeeringState state()

获取对等互连的状态。 可能的值包括:“Disabled”、“Enabled”。

Returns:

状态值

withMicrosoftPeeringConfig

public Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)

设置 Microsoft 对等互连配置。

Parameters:

microsoftPeeringConfig - 要设置的 microsoftPeeringConfig 值

Returns:

Ipv6ExpressRouteCircuitPeeringConfig 对象本身。

withPrimaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)

设置主地址前缀。

Parameters:

primaryPeerAddressPrefix - 要设置的 primaryPeerAddressPrefix 值

Returns:

Ipv6ExpressRouteCircuitPeeringConfig 对象本身。

withRouteFilter

public Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(SubResource routeFilter)

设置对 RouteFilter 资源的引用。

Parameters:

routeFilter - 要设置的 routeFilter 值

Returns:

Ipv6ExpressRouteCircuitPeeringConfig 对象本身。

withSecondaryPeerAddressPrefix

public Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)

设置辅助地址前缀。

Parameters:

secondaryPeerAddressPrefix - 要设置的 secondaryPeerAddressPrefix 值

Returns:

Ipv6ExpressRouteCircuitPeeringConfig 对象本身。

withState

public Ipv6ExpressRouteCircuitPeeringConfig withState(ExpressRouteCircuitPeeringState state)

设置对等互连的状态。 可能的值包括:“Disabled”、“Enabled”。

Parameters:

state - 要设置的状态值

Returns:

Ipv6ExpressRouteCircuitPeeringConfig 对象本身。

适用于