Class VirtualApplianceSkuProperties
java.lang.Object
com.azure.resourcemanager.network.models.VirtualApplianceSkuProperties
Network Virtual Appliance Sku Properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualApplianceSkuProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the bundledScaleUnit property: Virtual Appliance Scale Unit.Get the marketPlaceVersion property: Virtual Appliance Version.voidvalidate()Validates the instance.vendor()Get the vendor property: Virtual Appliance Vendor.withBundledScaleUnit(String bundledScaleUnit) Set the bundledScaleUnit property: Virtual Appliance Scale Unit.withMarketPlaceVersion(String marketPlaceVersion) Set the marketPlaceVersion property: Virtual Appliance Version.withVendor(String vendor) Set the vendor property: Virtual Appliance Vendor.
-
Constructor Details
-
VirtualApplianceSkuProperties
public VirtualApplianceSkuProperties()Creates an instance of VirtualApplianceSkuProperties class.
-
-
Method Details
-
vendor
Get the vendor property: Virtual Appliance Vendor.- Returns:
- the vendor value.
-
withVendor
Set the vendor property: Virtual Appliance Vendor.- Parameters:
vendor- the vendor value to set.- Returns:
- the VirtualApplianceSkuProperties object itself.
-
bundledScaleUnit
Get the bundledScaleUnit property: Virtual Appliance Scale Unit.- Returns:
- the bundledScaleUnit value.
-
withBundledScaleUnit
Set the bundledScaleUnit property: Virtual Appliance Scale Unit.- Parameters:
bundledScaleUnit- the bundledScaleUnit value to set.- Returns:
- the VirtualApplianceSkuProperties object itself.
-
marketPlaceVersion
Get the marketPlaceVersion property: Virtual Appliance Version.- Returns:
- the marketPlaceVersion value.
-
withMarketPlaceVersion
Set the marketPlaceVersion property: Virtual Appliance Version.- Parameters:
marketPlaceVersion- the marketPlaceVersion value to set.- Returns:
- the VirtualApplianceSkuProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-