Uses of Class
com.tencentcloudapi.vpc.v20170312.models.NetDetectIpState
-
Packages that use NetDetectIpState Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of NetDetectIpState in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return NetDetectIpState Modifier and Type Method Description NetDetectIpState[]CheckNetDetectStateResponse. getNetDetectIpStateSet()Get 网络探测验证结果对象数组。NetDetectIpState[]NetDetectState. getNetDetectIpStateSet()Get 网络探测目的IP验证结果对象数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetDetectIpState Modifier and Type Method Description voidCheckNetDetectStateResponse. setNetDetectIpStateSet(NetDetectIpState[] NetDetectIpStateSet)Set 网络探测验证结果对象数组。voidNetDetectState. setNetDetectIpStateSet(NetDetectIpState[] NetDetectIpStateSet)Set 网络探测目的IP验证结果对象数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type NetDetectIpState Constructor Description NetDetectIpState(NetDetectIpState 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.
-