Class BreakOutCategoryPolicies
- java.lang.Object
-
- com.azure.resourcemanager.network.models.BreakOutCategoryPolicies
-
public final class BreakOutCategoryPolicies extends Object
Network Virtual Appliance Sku Properties.
-
-
Constructor Summary
Constructors Constructor Description BreakOutCategoryPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanallow()Get the allow property: Flag to control breakout of o365 allow category.BooleandefaultProperty()Get the defaultProperty property: Flag to control breakout of o365 default category.Booleanoptimize()Get the optimize property: Flag to control breakout of o365 optimize category.voidvalidate()Validates the instance.BreakOutCategoryPolicieswithAllow(Boolean allow)Set the allow property: Flag to control breakout of o365 allow category.BreakOutCategoryPolicieswithDefaultProperty(Boolean defaultProperty)Set the defaultProperty property: Flag to control breakout of o365 default category.BreakOutCategoryPolicieswithOptimize(Boolean optimize)Set the optimize property: Flag to control breakout of o365 optimize category.
-
-
-
Method Detail
-
allow
public Boolean allow()
Get the allow property: Flag to control breakout of o365 allow category.- Returns:
- the allow value.
-
withAllow
public BreakOutCategoryPolicies withAllow(Boolean allow)
Set the allow property: Flag to control breakout of o365 allow category.- Parameters:
allow- the allow value to set.- Returns:
- the BreakOutCategoryPolicies object itself.
-
optimize
public Boolean optimize()
Get the optimize property: Flag to control breakout of o365 optimize category.- Returns:
- the optimize value.
-
withOptimize
public BreakOutCategoryPolicies withOptimize(Boolean optimize)
Set the optimize property: Flag to control breakout of o365 optimize category.- Parameters:
optimize- the optimize value to set.- Returns:
- the BreakOutCategoryPolicies object itself.
-
defaultProperty
public Boolean defaultProperty()
Get the defaultProperty property: Flag to control breakout of o365 default category.- Returns:
- the defaultProperty value.
-
withDefaultProperty
public BreakOutCategoryPolicies withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Flag to control breakout of o365 default category.- Parameters:
defaultProperty- the defaultProperty value to set.- Returns:
- the BreakOutCategoryPolicies object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-