ApplicationGatewaySslPredefinedPolicyInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewaySslPredefinedPolicyInner
- com.
- com.
public final class ApplicationGatewaySslPredefinedPolicyInner
extends SubResource
An Ssl predefined policy.
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 |
| String |
name()
Get the name property: Name of the Ssl predefined policy. |
|
Json |
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:
fromJson
public static ApplicationGatewaySslPredefinedPolicyInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewaySslPredefinedPolicyInner 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:
name
public String name()
Get the name property: Name of the Ssl predefined policy.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewaySslPredefinedPolicyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.