类 CreateIpv6GatewayRequest


  • public class CreateIpv6GatewayRequest
    extends AbstractBceRequest
    The request for creating a newly Ipv6Gateway.
    • 构造器详细资料

      • CreateIpv6GatewayRequest

        public CreateIpv6GatewayRequest()
    • 方法详细资料

      • getClientToken

        public String getClientToken()
      • setClientToken

        public void setClientToken​(String clientToken)
      • withName

        public CreateIpv6GatewayRequest withName​(String name)
        Configure name for the request.
        参数:
        name - The name of vpc
        返回:
        CreateIpv6GatewayRequest with specific name
      • withVpcId

        public CreateIpv6GatewayRequest withVpcId​(String vpcId)
        Configure vpcId for the request.
        参数:
        vpcId - the vpcId of Ipv6Gateway
        返回:
        CreateIpv6GatewayRequest with vpcId
      • withBandwith

        public CreateIpv6GatewayRequest withBandwith​(int bandwidthInMbps)
        Configure bandwidthInMbps for the request.
        参数:
        bandwidthInMbps - the bandwidthInMbps of Ipv6Gateway
        返回:
        CreateIpv6GatewayRequest with bandwidthInMbps
      • withBilling

        public CreateIpv6GatewayRequest withBilling​(Billing billing)
        Configure bandwidthInMbps for the request.
        参数:
        billing - the Billing of Ipv6Gateway
        返回:
        CreateIpv6GatewayRequest with billing
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getVpcId

        public String getVpcId()
      • setVpcId

        public void setVpcId​(String vpcId)
      • getBandwidthInMbps

        public int getBandwidthInMbps()
      • setBandwidthInMbps

        public void setBandwidthInMbps​(int bandwidthInMbps)
      • getBilling

        public Billing getBilling()
      • setBilling

        public void setBilling​(Billing billing)