Skip to content

RosSecurityPolicyProps

Properties for defining a RosSecurityPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitypolicy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlb;
new RosSecurityPolicyProps {
    object Ciphers,
    object TlsVersions,
    object ResourceGroupId = null,
    object SecurityPolicyName = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Ciphers object No description.
TlsVersions object No description.
ResourceGroupId object No description.
SecurityPolicyName object No description.
Tags TagsProperty[] No description.

CiphersRequired

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

TlsVersionsRequired

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

ResourceGroupIdOptional

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

SecurityPolicyNameOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }