Class RoutingIntentProperties
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.RoutingIntentProperties
-
public final class RoutingIntentProperties extends Object
The properties of a RoutingIntent resource.
-
-
Constructor Summary
Constructors Constructor Description RoutingIntentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the RoutingIntent resource.List<RoutingPolicy>routingPolicies()Get the routingPolicies property: List of routing policies.voidvalidate()Validates the instance.RoutingIntentPropertieswithRoutingPolicies(List<RoutingPolicy> routingPolicies)Set the routingPolicies property: List of routing policies.
-
-
-
Method Detail
-
routingPolicies
public List<RoutingPolicy> routingPolicies()
Get the routingPolicies property: List of routing policies.- Returns:
- the routingPolicies value.
-
withRoutingPolicies
public RoutingIntentProperties withRoutingPolicies(List<RoutingPolicy> routingPolicies)
Set the routingPolicies property: List of routing policies.- Parameters:
routingPolicies- the routingPolicies value to set.- Returns:
- the RoutingIntentProperties object itself.
-
provisioningState
public ProvisioningState 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.
-
-