AzureFirewallAutoscaleConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureFirewallAutoscaleConfiguration
- com.
Implements
public final class AzureFirewallAutoscaleConfiguration
implements JsonSerializable<AzureFirewallAutoscaleConfiguration>
Azure Firewall Autoscale Configuration parameters.
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallAutoscaleConfiguration() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
Integer |
maxCapacity()
Get the max |
Integer |
minCapacity()
Get the min |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Azure |
withMaxCapacity(Integer maxCapacity)
Set the max |
Azure |
withMinCapacity(Integer minCapacity)
Set the min |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallAutoscaleConfiguration
public AzureFirewallAutoscaleConfiguration()
Creates an instance of AzureFirewallAutoscaleConfiguration class.
Method Details
fromJson
public static AzureFirewallAutoscaleConfiguration fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallAutoscaleConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
maxCapacity
public Integer maxCapacity()
Get the maxCapacity property: The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default.
Returns:
minCapacity
public Integer minCapacity()
Get the minCapacity property: The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMaxCapacity
public AzureFirewallAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)
Set the maxCapacity property: The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default.
Parameters:
Returns:
withMinCapacity
public AzureFirewallAutoscaleConfiguration withMinCapacity(Integer minCapacity)
Set the minCapacity property: The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default.
Parameters:
Returns:
Applies to
Azure SDK for Java