Class ApplicationGatewaySslPredefinedPolicyPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyPropertiesFormat
-
public final class ApplicationGatewaySslPredefinedPolicyPropertiesFormat extends Object
Properties of ApplicationGatewaySslPredefinedPolicy.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewaySslPredefinedPolicyPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApplicationGatewaySslCipherSuite>cipherSuites()Get the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslProtocolminProtocolVersion()Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.voidvalidate()Validates the instance.ApplicationGatewaySslPredefinedPolicyPropertiesFormatwithCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslPredefinedPolicyPropertiesFormatwithMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
-
-
-
Method Detail
-
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.
-
withCipherSuites
public ApplicationGatewaySslPredefinedPolicyPropertiesFormat withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)
Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.- Parameters:
cipherSuites- the cipherSuites value to set.- Returns:
- the ApplicationGatewaySslPredefinedPolicyPropertiesFormat object itself.
-
minProtocolVersion
public ApplicationGatewaySslProtocol minProtocolVersion()
Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.- Returns:
- the minProtocolVersion value.
-
withMinProtocolVersion
public ApplicationGatewaySslPredefinedPolicyPropertiesFormat withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)
Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.- Parameters:
minProtocolVersion- the minProtocolVersion value to set.- Returns:
- the ApplicationGatewaySslPredefinedPolicyPropertiesFormat object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-