ApplicationGatewaySslPredefinedPolicyPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyPropertiesFormat

Implements

public final class ApplicationGatewaySslPredefinedPolicyPropertiesFormat
implements JsonSerializable<ApplicationGatewaySslPredefinedPolicyPropertiesFormat>

Properties of ApplicationGatewaySslPredefinedPolicy.

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 ApplicationGatewaySslPredefinedPolicyPropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewaySslPredefinedPolicyPropertiesFormat from the JsonReader.

ApplicationGatewaySslProtocol minProtocolVersion()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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 ApplicationGatewaySslPredefinedPolicyPropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewaySslPredefinedPolicyPropertiesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

minProtocolVersion

public ApplicationGatewaySslProtocol minProtocolVersion()

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

Returns:

the minProtocolVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to