ApplicationGatewayWafDynamicManifestResultInner Class

public final class ApplicationGatewayWafDynamicManifestResultInner
extends SubResource

Response for ApplicationGatewayWafDynamicManifest API service call.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()

Get the availableRuleSets property: The available rulesets.

static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.

String name()

Get the name property: Resource name.

String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Method Details

availableRuleSets

public List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()

Get the availableRuleSets property: The available rulesets.

Returns:

the availableRuleSets value.

fromJson

public static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayWafDynamicManifestResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationGatewayWafDynamicManifestResultInner.

name

public String name()

Get the name property: Resource name.

Returns:

the name value.

ruleSetType

public String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

Returns:

the ruleSetType value.

ruleSetVersion

public String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

Returns:

the ruleSetVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationGatewayWafDynamicManifestResultInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to