public class ListEndpointRequest extends ListRequest
| Constructor and Description |
|---|
ListEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress() |
String |
getName() |
String |
getService() |
String |
getStatus() |
String |
getSubnetId() |
String |
getVpcId() |
void |
setIpAddress(String ipAddress) |
void |
setName(String name) |
void |
setService(String service) |
void |
setStatus(String status) |
void |
setSubnetId(String subnetId) |
void |
setVpcId(String vpcId) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeysgetRequestCredentials, setRequestCredentialspublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getVpcId()
public void setVpcId(String vpcId)
public String getName()
public void setName(String name)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getStatus()
public void setStatus(String status)
public String getSubnetId()
public void setSubnetId(String subnetId)
public String getService()
public void setService(String service)
Copyright © 2021. All rights reserved.