DeletionProtectionConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nlb;
new DeletionProtectionConfigProperty {
object Enabled,
object Reason = null
};
Properties
Name | Type | Description |
---|---|---|
Enabled |
object |
No description. |
Reason |
object |
No description. |
Enabled
Required
public object Enabled { get; set; }
- Type: object
Reason
Optional
public object Reason { get; set; }
- Type: object