Class VirtualNetworkGatewaySku
java.lang.Object
com.azure.resourcemanager.network.models.VirtualNetworkGatewaySku
VirtualNetworkGatewaySku details.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualNetworkGatewaySku class. -
Method Summary
Modifier and TypeMethodDescriptioncapacity()Get the capacity property: The capacity.name()Get the name property: Gateway SKU name.tier()Get the tier property: Gateway SKU tier.voidvalidate()Validates the instance.Set the name property: Gateway SKU name.Set the tier property: Gateway SKU tier.
-
Constructor Details
-
VirtualNetworkGatewaySku
public VirtualNetworkGatewaySku()Creates an instance of VirtualNetworkGatewaySku class.
-
-
Method Details
-
name
Get the name property: Gateway SKU name.- Returns:
- the name value.
-
withName
Set the name property: Gateway SKU name.- Parameters:
name- the name value to set.- Returns:
- the VirtualNetworkGatewaySku object itself.
-
tier
Get the tier property: Gateway SKU tier.- Returns:
- the tier value.
-
withTier
Set the tier property: Gateway SKU tier.- Parameters:
tier- the tier value to set.- Returns:
- the VirtualNetworkGatewaySku object itself.
-
capacity
Get the capacity property: The capacity.- Returns:
- the capacity value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-