GatewayRoute Class

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

public class GatewayRoute

Gateway routing details.

Method Summary

Modifier and Type Method and Description
String asPath()

Get the asPath value.

String localAddress()

Get the localAddress value.

String network()

Get the network value.

String nextHop()

Get the nextHop value.

String origin()

Get the origin value.

String sourcePeer()

Get the sourcePeer value.

Integer weight()

Get the weight value.

Method Details

asPath

public String asPath()

Get the asPath value.

Returns:

the asPath value

localAddress

public String localAddress()

Get the localAddress value.

Returns:

the localAddress value

network

public String network()

Get the network value.

Returns:

the network value

nextHop

public String nextHop()

Get the nextHop value.

Returns:

the nextHop value

origin

public String origin()

Get the origin value.

Returns:

the origin value

sourcePeer

public String sourcePeer()

Get the sourcePeer value.

Returns:

the sourcePeer value

weight

public Integer weight()

Get the weight value.

Returns:

the weight value

Applies to