public class CreateEipGroupRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateEipGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateEipGroupRequest |
withBandwidthInMbpst(int bandwidthInMbps)
Configure bandwidthInMbps for the request.
|
CreateEipGroupRequest |
withBilling(Billing billing)
Configure billing for the request.
|
CreateEipGroupRequest |
withEipCount(int eipCount)
Configure eipCount for the request.
|
CreateEipGroupRequest |
withName(String name)
Configure name for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
CreateEipGroupRequest |
withResourceGroupId(String resourceGroupId)
Configure resourceGroupId for the request.
|
CreateEipGroupRequest |
withTags(List<TagModel> tags)
Configure tags for the request.
|
getRequestCredentials, setRequestCredentialspublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic CreateEipGroupRequest withName(String name)
name - The name of CreateNatRequestpublic CreateEipGroupRequest withEipCount(int eipCount)
eipCount - The eipCount of CreateEipGroupRequestpublic CreateEipGroupRequest withBandwidthInMbpst(int bandwidthInMbps)
bandwidthInMbps - The bandwidthInMbps of CreateEipGroupRequestpublic CreateEipGroupRequest withBilling(Billing billing)
billing - The spec of CreateNatRequestpublic CreateEipGroupRequest withTags(List<TagModel> tags)
tags - The tags which will be bound to eipGroup.public CreateEipGroupRequest withResourceGroupId(String resourceGroupId)
resourceGroupId - The ID of resourceGroup which will be bound to eipGroup.Copyright © 2024. All rights reserved.