Skip to content

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.

CiphersRequired

public object Ciphers { get; set; }
  • Type: object

TlsPolicyNameRequired

public object TlsPolicyName { get; set; }
  • Type: object

TlsVersionsRequired

public object TlsVersions { get; set; }
  • Type: object