public class CreateIpv6GatewayRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateIpv6GatewayRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandwidthInMbps() |
Billing |
getBilling() |
String |
getClientToken() |
String |
getName() |
String |
getVpcId() |
void |
setBandwidthInMbps(int bandwidthInMbps) |
void |
setBilling(Billing billing) |
void |
setClientToken(String clientToken) |
void |
setName(String name) |
void |
setVpcId(String vpcId) |
CreateIpv6GatewayRequest |
withBandwith(int bandwidthInMbps)
Configure bandwidthInMbps for the request.
|
CreateIpv6GatewayRequest |
withBilling(Billing billing)
Configure bandwidthInMbps for the request.
|
CreateIpv6GatewayRequest |
withName(String name)
Configure name for the request.
|
CreateIpv6GatewayRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
CreateIpv6GatewayRequest |
withVpcId(String vpcId)
Configure vpcId for the request.
|
getRequestCredentials, setRequestCredentialspublic String getClientToken()
public void setClientToken(String clientToken)
public CreateIpv6GatewayRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.public CreateIpv6GatewayRequest withName(String name)
name - The name of vpcpublic CreateIpv6GatewayRequest withVpcId(String vpcId)
vpcId - the vpcId of Ipv6Gatewaypublic CreateIpv6GatewayRequest withBandwith(int bandwidthInMbps)
bandwidthInMbps - the bandwidthInMbps of Ipv6Gatewaypublic CreateIpv6GatewayRequest withBilling(Billing billing)
billing - the Billing of Ipv6Gatewaypublic String getName()
public void setName(String name)
public String getVpcId()
public void setVpcId(String vpcId)
public int getBandwidthInMbps()
public void setBandwidthInMbps(int bandwidthInMbps)
public Billing getBilling()
public void setBilling(Billing billing)
Copyright © 2020. All rights reserved.