RosTLSPoliciesProps
Properties for defining a RosTLSPolicies
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-tlspolicies
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosTLSPoliciesProps {
object InstanceId,
object RefreshOptions = null,
object TlsPolicyName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
TlsPolicyName |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
TlsPolicyName
Optional
public object TlsPolicyName { get; set; }
- Type: object