public class DescribeEipsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEipsRequest() |
DescribeEipsRequest(DescribeEipsRequest 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 |
getAclId()
Get EIP ACL实例ID
|
Long |
getBindAcl()
Get 搜索条件,是否绑定了EIP ACL, 0:未绑定,1:绑定
|
Long[] |
getBindTypes()
Get 绑定类型,-1:未绑定,0:物理机,1:nat网关,2:虚拟IP, 3:托管机器
|
String[] |
getEipIds()
Get EIP实例ID列表
|
String[] |
getEips()
Get EIP IP 列表
|
Long |
getExclusiveTag()
Get 独占标志,0:共享,1:独占
|
String[] |
getInstanceIds()
Get 主机实例ID 列表
|
Long |
getLimit()
Get 返回EIP数量,默认 20, 最大值 100
|
Long |
getOffset()
Get 偏移量,默认为0
|
Long |
getOrder()
Get 排序方式 0:递增 1:递减(默认)
|
String |
getOrderField()
Get 排序字段,支持: EipId,Eip,Status, InstanceId,CreatedAt
|
String |
getPayMode()
Get 计费模式,流量:flow,带宽:bandwidth
|
String |
getSearchKey()
Get EIP名称,模糊匹配
|
Long[] |
getStatus()
Get 状态列表, 默认所有
|
String |
getVpcId()
Get EIP归属VpcId,例如vpc-k7j1t2x1
|
void |
setAclId(String AclId)
Set EIP ACL实例ID
|
void |
setBindAcl(Long BindAcl)
Set 搜索条件,是否绑定了EIP ACL, 0:未绑定,1:绑定
|
void |
setBindTypes(Long[] BindTypes)
Set 绑定类型,-1:未绑定,0:物理机,1:nat网关,2:虚拟IP, 3:托管机器
|
void |
setEipIds(String[] EipIds)
Set EIP实例ID列表
|
void |
setEips(String[] Eips)
Set EIP IP 列表
|
void |
setExclusiveTag(Long ExclusiveTag)
Set 独占标志,0:共享,1:独占
|
void |
setInstanceIds(String[] InstanceIds)
Set 主机实例ID 列表
|
void |
setLimit(Long Limit)
Set 返回EIP数量,默认 20, 最大值 100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setOrder(Long Order)
Set 排序方式 0:递增 1:递减(默认)
|
void |
setOrderField(String OrderField)
Set 排序字段,支持: EipId,Eip,Status, InstanceId,CreatedAt
|
void |
setPayMode(String PayMode)
Set 计费模式,流量:flow,带宽:bandwidth
|
void |
setSearchKey(String SearchKey)
Set EIP名称,模糊匹配
|
void |
setStatus(Long[] Status)
Set 状态列表, 默认所有
|
void |
setVpcId(String VpcId)
Set EIP归属VpcId,例如vpc-k7j1t2x1
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEipsRequest()
public DescribeEipsRequest(DescribeEipsRequest source)
public String[] getEipIds()
public void setEipIds(String[] EipIds)
EipIds
- EIP实例ID列表public String[] getEips()
public void setEips(String[] Eips)
Eips
- EIP IP 列表public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 主机实例ID 列表public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- EIP名称,模糊匹配public Long[] getStatus()
public void setStatus(Long[] Status)
Status
- 状态列表, 默认所有public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回EIP数量,默认 20, 最大值 100public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 排序字段,支持: EipId,Eip,Status, InstanceId,CreatedAtpublic Long getOrder()
public void setOrder(Long Order)
Order
- 排序方式 0:递增 1:递减(默认)public String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 计费模式,流量:flow,带宽:bandwidthpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- EIP归属VpcId,例如vpc-k7j1t2x1public Long[] getBindTypes()
public void setBindTypes(Long[] BindTypes)
BindTypes
- 绑定类型,-1:未绑定,0:物理机,1:nat网关,2:虚拟IP, 3:托管机器public Long getExclusiveTag()
public void setExclusiveTag(Long ExclusiveTag)
ExclusiveTag
- 独占标志,0:共享,1:独占public String getAclId()
public void setAclId(String AclId)
AclId
- EIP ACL实例IDpublic Long getBindAcl()
public void setBindAcl(Long BindAcl)
BindAcl
- 搜索条件,是否绑定了EIP ACL, 0:未绑定,1:绑定Copyright © 2024. All rights reserved.