TLSPoliciesProps
Properties for defining a TLSPolicies
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-tlspolicies
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new TLSPoliciesProps {
object InstanceId,
object RefreshOptions = null,
object TlsPolicyName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
Property instanceId: The ID of the TLS policy. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
TlsPolicyName |
object |
Property tlsPolicyName: The name of the TLS policy. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the TLS policy.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
TlsPolicyName
Optional
public object TlsPolicyName { get; set; }
- Type: object
Property tlsPolicyName: The name of the TLS policy.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.