ApplicationGatewaySslPredefinedPolicyInner Class

public final class ApplicationGatewaySslPredefinedPolicyInner
extends SubResource

An Ssl predefined policy.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewaySslCipherSuite> cipherSuites()

Get the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.

static ApplicationGatewaySslPredefinedPolicyInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewaySslPredefinedPolicyInner from the JsonReader.

ApplicationGatewaySslProtocol minProtocolVersion()

Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.

String name()

Get the name property: Name of the Ssl predefined policy.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Method Details

cipherSuites

public List<ApplicationGatewaySslCipherSuite> cipherSuites()

Get the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.

Returns:

the cipherSuites value.

fromJson

public static ApplicationGatewaySslPredefinedPolicyInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewaySslPredefinedPolicyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewaySslPredefinedPolicyInner 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 ApplicationGatewaySslPredefinedPolicyInner.

minProtocolVersion

public ApplicationGatewaySslProtocol minProtocolVersion()

Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.

Returns:

the minProtocolVersion value.

name

public String name()

Get the name property: Name of the Ssl predefined policy.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationGatewaySslPredefinedPolicyInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to