RosTLSPolicyProps
Properties for defining a RosTLSPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-tlspolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosTLSPolicyProps {
object Ciphers,
object TlsPolicyName,
object TlsVersions
};
Properties
Name | Type | Description |
---|---|---|
Ciphers |
object |
No description. |
TlsPolicyName |
object |
No description. |
TlsVersions |
object |
No description. |
Ciphers
Required
public object Ciphers { get; set; }
- Type: object
TlsPolicyName
Required
public object TlsPolicyName { get; set; }
- Type: object
TlsVersions
Required
public object TlsVersions { get; set; }
- Type: object