public static class GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyOperationLocks
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
lockReason
The reason why the NLB instance is locked.
|
String |
lockType
The type of the lock.
|
| 构造器和说明 |
|---|
GetLoadBalancerAttributeResponseBodyOperationLocks() |
@NameInMap(value="LockReason") public String lockReason
The reason why the NLB instance is locked.
@NameInMap(value="LockType") public String lockType
The type of the lock. Valid values:
* **SecurityLocked**: The NLB instance is locked due to security reasons.
* **RelatedResourceLocked**: The NLB instance is locked due to other resources associated with the NLB instance.
* **FinancialLocked**: The NLB instance is locked due to overdue payments.
* **ResidualLocked**: The NLB instance is locked because the associated resources have overdue payments and the resources are released.
public GetLoadBalancerAttributeResponseBodyOperationLocks()
public static GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyOperationLocks build(Map<String,?> map) throws Exception
Exceptionpublic GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyOperationLocks setLockReason(String lockReason)
public String getLockReason()
public GetLoadBalancerAttributeResponseBody.GetLoadBalancerAttributeResponseBodyOperationLocks setLockType(String lockType)
public String getLockType()
Copyright © 2023. All rights reserved.