Skip to content

ModificationProtectionConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlb;
new ModificationProtectionConfigProperty {
    object Status,
    object Reason = null
};

Properties

Name Type Description
Status object No description.
Reason object No description.

StatusRequired

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

ReasonOptional

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