RouteFilterRule Interface

Implements

ChildResource<RouteFilter> HasInner<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner>

public interface RouteFilterRule
extends HasInner<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner>, ChildResource<RouteFilter>

A route filter rule in a route filter group.

Method Summary

Modifier and Type Method and Description
abstract Access access()
abstract java.util.List<java.lang.String> communities()

The collection for bgp community values to filter on.

abstract java.lang.String location()
abstract ProvisioningState provisioningState()
abstract java.lang.String routeFilterRuleType()

Method Details

access

public abstract Access access()

Returns:

the access type of the rule

communities

public abstract List communities()

The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].

Returns:

collection of community values

location

public abstract String location()

Returns:

resource location

provisioningState

public abstract ProvisioningState provisioningState()

Returns:

the provisioning state of the resource

routeFilterRuleType

public abstract String routeFilterRuleType()

Returns:

the rule type of the rule

Applies to