Package | Description |
---|---|
com.tencentcloudapi.clb.v20180317.models |
Modifier and Type | Method and Description |
---|---|
LBChargePrepaid |
LoadBalancer.getPrepaidAttributes()
Get Prepaid billing attributes of a CLB instance
Note: This field may return null, indicating that no valid values can be obtained.
|
LBChargePrepaid |
LoadBalancerDetail.getPrepaidAttributes()
Get Pay-as-you-go attribute of the CLB instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancer.setPrepaidAttributes(LBChargePrepaid PrepaidAttributes)
Set Prepaid billing attributes of a CLB instance
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
LoadBalancerDetail.setPrepaidAttributes(LBChargePrepaid PrepaidAttributes)
Set Pay-as-you-go attribute of the CLB instance.
|
Constructor and Description |
---|
LBChargePrepaid(LBChargePrepaid 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.
|
Copyright © 2022. All rights reserved.