Class RoutingIntentProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.RoutingIntentProperties
The properties of a RoutingIntent resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RoutingIntentProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the RoutingIntent resource.Get the routingPolicies property: List of routing policies.voidvalidate()Validates the instance.withRoutingPolicies(List<RoutingPolicy> routingPolicies) Set the routingPolicies property: List of routing policies.
-
Constructor Details
-
RoutingIntentProperties
public RoutingIntentProperties()Creates an instance of RoutingIntentProperties class.
-
-
Method Details
-
routingPolicies
Get the routingPolicies property: List of routing policies.- Returns:
- the routingPolicies value.
-
withRoutingPolicies
Set the routingPolicies property: List of routing policies.- Parameters:
routingPolicies- the routingPolicies value to set.- Returns:
- the RoutingIntentProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the RoutingIntent resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-