ApplicationGatewaySslPredefinedPolicyPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewaySslPredefinedPolicyPropertiesFormat
- com.
Implements
public final class ApplicationGatewaySslPredefinedPolicyPropertiesFormat
implements JsonSerializable<ApplicationGatewaySslPredefinedPolicyPropertiesFormat>
Properties of ApplicationGatewaySslPredefinedPolicy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Application |
cipherSuites()
Get the cipher |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Application |
minProtocolVersion()
Get the min |
|
Json |
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:
fromJson
public static ApplicationGatewaySslPredefinedPolicyPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewaySslPredefinedPolicyPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
minProtocolVersion
public ApplicationGatewaySslProtocol minProtocolVersion()
Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
Returns:
toJson
validate
public void validate()
Validates the instance.