Class ApplicationGatewaySslPredefinedPolicyInner
- java.lang.Object
-
- com.azure.core.management.SubResource
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyInner
-
public final class ApplicationGatewaySslPredefinedPolicyInner extends com.azure.core.management.SubResourceAn Ssl predefined policy.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewaySslPredefinedPolicyInner()
-
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.Stringname()Get the name property: Name of the Ssl predefined policy.voidvalidate()Validates the instance.ApplicationGatewaySslPredefinedPolicyInnerwithCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslPredefinedPolicyInnerwithId(String id)ApplicationGatewaySslPredefinedPolicyInnerwithMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslPredefinedPolicyInnerwithName(String name)Set the name property: Name of the Ssl predefined policy.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the Ssl predefined policy.- Returns:
- the name value.
-
withName
public ApplicationGatewaySslPredefinedPolicyInner withName(String name)
Set the name property: Name of the Ssl predefined policy.- Parameters:
name- the name value to set.- Returns:
- the ApplicationGatewaySslPredefinedPolicyInner object itself.
-
withId
public ApplicationGatewaySslPredefinedPolicyInner withId(String id)
- Overrides:
withIdin classcom.azure.core.management.SubResource
-
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 ApplicationGatewaySslPredefinedPolicyInner 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 ApplicationGatewaySslPredefinedPolicyInner 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 ApplicationGatewaySslPredefinedPolicyInner 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 ApplicationGatewaySslPredefinedPolicyInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-