public static class ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enabled
Indicates whether deletion protection is enabled.
|
String |
enabledTime
The time when deletion protection was enabled.
|
String |
reason
The reason why the deletion protection feature is enabled or disabled.
|
| 构造器和说明 |
|---|
ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig() |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether deletion protection is enabled. Valid values:
* **true**: enabled
* **false**: disabled
@NameInMap(value="EnabledTime") public String enabledTime
The time when deletion protection was enabled. The time is displayed in UTC in `yyyy-MM-ddTHH:mm:ssZ` format.
@NameInMap(value="Reason") public String reason
The reason why the deletion protection feature is enabled or disabled. The reason must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The reason must start with a letter.
public ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig()
public static ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig build(Map<String,?> map) throws Exception
Exceptionpublic ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig setEnabled(Boolean enabled)
public Boolean getEnabled()
public ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig setEnabledTime(String enabledTime)
public String getEnabledTime()
public ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancersDeletionProtectionConfig setReason(String reason)
public String getReason()
Copyright © 2023. All rights reserved.