Uses of Class
com.tencentcloudapi.vpc.v20170312.models.HaVip
-
Packages that use HaVip Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of HaVip in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return HaVip Modifier and Type Method Description HaVipCreateHaVipResponse. getHaVip()Get `HAVIP`对象。HaVip[]DescribeHaVipsResponse. getHaVipSet()Get `HAVIP`对象数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type HaVip Modifier and Type Method Description voidCreateHaVipResponse. setHaVip(HaVip HaVip)Set `HAVIP`对象。voidDescribeHaVipsResponse. setHaVipSet(HaVip[] HaVipSet)Set `HAVIP`对象数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type HaVip Constructor Description HaVip(HaVip 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.
-