Skip to content

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.

EnabledRequired

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

ReasonOptional

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