public class DescribeIPAMDResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIPAMDResponse() |
DescribeIPAMDResponse(DescribeIPAMDResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClaimExpiredDuration()
Get Fixed IP recycling time.
|
Boolean |
getDisableVpcCniMode()
Get Is vpccni mode disabled? It is false by default.
|
Boolean |
getEnableCustomizedPodCidr()
Get Is custom podcidr enabled? It is false by default.
|
Boolean |
getEnableIPAMD()
Get Is the eniipamd component installed?
|
Boolean |
getEnableTrunkingENI()
Get Is the relay network card mode enabled?
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getPhase()
Get Component status.
|
String |
getReason()
Get Error message.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String[] |
getSubnetIds()
Get Subnet information.
|
void |
setClaimExpiredDuration(String ClaimExpiredDuration)
Set Fixed IP recycling time.
|
void |
setDisableVpcCniMode(Boolean DisableVpcCniMode)
Set Is vpccni mode disabled? It is false by default.
|
void |
setEnableCustomizedPodCidr(Boolean EnableCustomizedPodCidr)
Set Is custom podcidr enabled? It is false by default.
|
void |
setEnableIPAMD(Boolean EnableIPAMD)
Set Is the eniipamd component installed?
|
void |
setEnableTrunkingENI(Boolean EnableTrunkingENI)
Set Is the relay network card mode enabled?
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setPhase(String Phase)
Set Component status.
|
void |
setReason(String Reason)
Set Error message.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSubnetIds(String[] SubnetIds)
Set Subnet information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIPAMDResponse()
public DescribeIPAMDResponse(DescribeIPAMDResponse source)
public Boolean getEnableIPAMD()
public void setEnableIPAMD(Boolean EnableIPAMD)
EnableIPAMD
- Is the eniipamd component installed?public Boolean getEnableCustomizedPodCidr()
public void setEnableCustomizedPodCidr(Boolean EnableCustomizedPodCidr)
EnableCustomizedPodCidr
- Is custom podcidr enabled? It is false by default. It only matters if the eniipamd component is installed.
Note: This field may return "null", indicating that no valid value can be obtained.public Boolean getDisableVpcCniMode()
public void setDisableVpcCniMode(Boolean DisableVpcCniMode)
DisableVpcCniMode
- Is vpccni mode disabled? It is false by default. It only matters if the eniipamd component is installed.
Note: This field may return "null", indicating that no valid value can be obtained.public String getPhase()
public void setPhase(String Phase)
Phase
- Component status. The value is available only if the eniipamd component is installed.
Note: This field may return "null", indicating that no valid value can be obtained.public String getReason()
public void setReason(String Reason)
Reason
- Error message. It is available only if the eniipamd component is installed and the status is not running.
Note: This field may return "null", indicating that no valid value can be obtained.public String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- Subnet information. It is available only if the eniipamd component is installed.
Note: This field may return "null", indicating that no valid value can be obtained.public String getClaimExpiredDuration()
public void setClaimExpiredDuration(String ClaimExpiredDuration)
ClaimExpiredDuration
- Fixed IP recycling time. It is available only if the eniipamd component is installed.
Note: This field may return "null", indicating that no valid value can be obtained.public Boolean getEnableTrunkingENI()
public void setEnableTrunkingENI(Boolean EnableTrunkingENI)
EnableTrunkingENI
- Is the relay network card mode enabled?
Note: This field may return "null", indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.