| Package | Description |
|---|---|
| com.baidubce.services.eip | |
| com.baidubce.services.eip.model |
| Modifier and Type | Method and Description |
|---|---|
ListEipsResponse |
EipClient.listEips(ListEipsRequest request)
get a list of eips owned by the authenticated user and specified conditions
we can Also get a single eip function through this interface by eip condition
if query by the instanceId or instanceType condition, must provides both of them at the same time
|
| Modifier and Type | Method and Description |
|---|---|
ListEipsRequest |
ListEipsRequest.withEip(String eip) |
ListEipsRequest |
ListEipsRequest.withInstanceId(String instanceId) |
ListEipsRequest |
ListEipsRequest.withInstanceType(String instanceType) |
Copyright © 2021. All rights reserved.