public class BindEipRequest extends AbstractBceRequest
| Constructor and Description |
|---|
BindEipRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
List<String> |
getEips() |
String |
getNatId() |
void |
setClientToken(String clientToken) |
void |
setEips(List<String> eips) |
void |
setNatId(String natId) |
BindEipRequest |
withEips(List<String> eips)
Configure eips for the request.
|
BindEipRequest |
withNatId(String natId)
Configure natId for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic BindEipRequest withNatId(String natId)
natId - NatId to be boundpublic BindEipRequest withEips(List<String> eips)
eips - Eip addresses to be boundpublic String getNatId()
public void setNatId(String natId)
public String getClientToken()
public void setClientToken(String clientToken)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2021. All rights reserved.