Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ChargePrepaid
-
Packages that use ChargePrepaid Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ChargePrepaid in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return ChargePrepaid Modifier and Type Method Description ChargePrepaidAllocateHostsRequest. getHostChargePrepaid()Get 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。ChargePrepaidInquiryPriceRenewHostsRequest. getHostChargePrepaid()Get 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。ChargePrepaidRenewHostsRequest. getHostChargePrepaid()Get 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type ChargePrepaid Modifier and Type Method Description voidAllocateHostsRequest. setHostChargePrepaid(ChargePrepaid HostChargePrepaid)Set 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。voidInquiryPriceRenewHostsRequest. setHostChargePrepaid(ChargePrepaid HostChargePrepaid)Set 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。voidRenewHostsRequest. setHostChargePrepaid(ChargePrepaid HostChargePrepaid)Set 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type ChargePrepaid Constructor Description ChargePrepaid(ChargePrepaid source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-