SecurityPolicyProps
Properties for defining a SecurityPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitypolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nlb;
new SecurityPolicyProps {
object Ciphers,
object TlsVersions,
object ResourceGroupId = null,
object SecurityPolicyName = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
Ciphers |
object |
Property ciphers: TThe supported cipher suites, which are determined by the TLS protocol version. |
TlsVersions |
object |
Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
SecurityPolicyName |
object |
Property securityPolicyName: The name of the security policy. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
Ciphers
Required
public object Ciphers { get; set; }
- Type: object
Property ciphers: TThe supported cipher suites, which are determined by the TLS protocol version.
You can specify at most 32 cipher suites.
TlsVersions
Required
public object TlsVersions { get; set; }
- Type: object
Property tlsVersions: The supported versions of the Transport Layer Security (TLS) protocol.
Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.
SecurityPolicyName
Optional
public object SecurityPolicyName { get; set; }
- Type: object
Property securityPolicyName: The name of the security policy.
The name must be 1 to 200 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-).
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.