public class GetPublicIpAddressPoolServiceStatusResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
enabled
Indicates whether the IP address pool feature is enabled.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
GetPublicIpAddressPoolServiceStatusResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetPublicIpAddressPoolServiceStatusResponseBody |
build(Map<String,?> map) |
Boolean |
getEnabled() |
String |
getRequestId() |
GetPublicIpAddressPoolServiceStatusResponseBody |
setEnabled(Boolean enabled) |
GetPublicIpAddressPoolServiceStatusResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether the IP address pool feature is enabled. Valid values:
true
@NameInMap(value="RequestId") public String requestId
The request ID.
example:54B48E3D-DF70-471B-AA93-06F82A1B457
public GetPublicIpAddressPoolServiceStatusResponseBody()
public static GetPublicIpAddressPoolServiceStatusResponseBody build(Map<String,?> map) throws Exception
Exception
public GetPublicIpAddressPoolServiceStatusResponseBody setEnabled(Boolean enabled)
public Boolean getEnabled()
public GetPublicIpAddressPoolServiceStatusResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.