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. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the TLS policy.
RefreshOptionsOptional
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.
TlsPolicyNameOptional
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.