All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.eip.allocateaddress.v20160304.AllocateAddressRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.eip.allocateaddress.v20160304;

import common.annotation.KsYunField;
import lombok.Data;

/**
 * @Classname AllocateAddressRequest
 * @Description 请求参数
 */
@Data
public class AllocateAddressRequest {
    /**
     * 线路类型的ID,静态线路暂时停止售卖,请选择bgp线路
     */
    @KsYunField(name = "LineId")
    private String LineId;

    /**
     * 弹性IP的带宽
     */
    @KsYunField(name = "BandWidth")
    private Integer BandWidth;

    /**
     * 项目的ID
     */
    @KsYunField(name = "ProjectId")
    private String ProjectId;

    /**
     * 弹性IP的计费类型
     * 有效值:
     * - Monthly:包年包月,有到期时间,只能升带宽
     * - Peak:按量付费(月峰值),无到期时间,可升降带宽
     * - Daily:按量付费(按日月结),无到期时间,可升降带宽
     * - TrafficMonthly:按量付费(流量月结),无到期时间,可升降带宽
     * - DailyPaidByTransfer:按量付费(流量),无到期时间,可升降带宽
     * - HourlyInstantSettlement:按量付费,无到期时间,可升降带宽
     */
    @KsYunField(name = "ChargeType")
    private String ChargeType;

    /**
     * 购买时长,计费类型为包年包月时不可缺省。
     */
    @KsYunField(name = "PurchaseTime")
    private Integer PurchaseTime;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy