Class RouteFilterPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.RouteFilterPropertiesFormat
Route Filter Resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RouteFilterPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the ipv6Peerings property: A collection of references to express route circuit ipv6 peerings.peerings()Get the peerings property: A collection of references to express route circuit peerings.Get the provisioningState property: The provisioning state of the route filter resource.rules()Get the rules property: Collection of RouteFilterRules contained within a route filter.voidvalidate()Validates the instance.withRules(List<RouteFilterRuleInner> rules) Set the rules property: Collection of RouteFilterRules contained within a route filter.
-
Constructor Details
-
RouteFilterPropertiesFormat
public RouteFilterPropertiesFormat()Creates an instance of RouteFilterPropertiesFormat class.
-
-
Method Details
-
rules
Get the rules property: Collection of RouteFilterRules contained within a route filter.- Returns:
- the rules value.
-
withRules
Set the rules property: Collection of RouteFilterRules contained within a route filter.- Parameters:
rules- the rules value to set.- Returns:
- the RouteFilterPropertiesFormat object itself.
-
peerings
Get the peerings property: A collection of references to express route circuit peerings.- Returns:
- the peerings value.
-
ipv6Peerings
Get the ipv6Peerings property: A collection of references to express route circuit ipv6 peerings.- Returns:
- the ipv6Peerings value.
-
provisioningState
Get the provisioningState property: The provisioning state of the route filter resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-