public class PatchRouteFilterRule
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
PatchRouteFilterRule()
Creates an instance of PatchRouteFilterRule class.
|
| Modifier and Type | Method and Description |
|---|---|
Access |
access()
Get the access type of the rule.
|
List<String> |
communities()
Get the collection for bgp community values to filter on.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the route filter rule resource.
|
String |
routeFilterRuleType()
Get the rule type of the rule.
|
PatchRouteFilterRule |
withAccess(Access access)
Set the access type of the rule.
|
PatchRouteFilterRule |
withCommunities(List<String> communities)
Set the collection for bgp community values to filter on.
|
PatchRouteFilterRule |
withRouteFilterRuleType(String routeFilterRuleType)
Set the rule type of the rule.
|
public PatchRouteFilterRule()
public Access access()
public PatchRouteFilterRule withAccess(Access access)
access - the access value to setpublic String routeFilterRuleType()
public PatchRouteFilterRule withRouteFilterRuleType(String routeFilterRuleType)
routeFilterRuleType - the routeFilterRuleType value to setpublic List<String> communities()
public PatchRouteFilterRule withCommunities(List<String> communities)
communities - the communities value to setpublic ProvisioningState provisioningState()
public String name()
public String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/