public class CreateIpv6GatewayRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateIpv6GatewayRequest() |
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)
public CreateIpv6GatewayRequest withTags(List<TagModel> tags)
tags - The tags of Ipv6Gatewaypublic String getResourceGroupId()
public void setResourceGroupId(String resourceGroupId)
public CreateIpv6GatewayRequest withResourceGroupId(String resourceGroupId)
resourceGroupId - The resourceGroupId of Ipv6Gatewaypublic Boolean getDeleteProtect()
public void setDeleteProtect(Boolean deleteProtect)
public CreateIpv6GatewayRequest withDeleteProtect(Boolean deleteProtect)
deleteProtect - Whether to enable delete protectionCopyright © 2026. All rights reserved.