Uses of Class
com.tencentcloudapi.cfw.v20190904.models.VpcFwInstance
-
Packages that use VpcFwInstance Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of VpcFwInstance in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return VpcFwInstance Modifier and Type Method Description VpcFwInstance[]CreateVpcFwGroupRequest. getVpcFwInstances()Get 防火墙(组)下的防火墙实例列表VpcFwInstance[]ModifyVpcFwGroupRequest. getVpcFwInstances()Get 编辑的防火墙实例列表Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type VpcFwInstance Modifier and Type Method Description voidCreateVpcFwGroupRequest. setVpcFwInstances(VpcFwInstance[] VpcFwInstances)Set 防火墙(组)下的防火墙实例列表voidModifyVpcFwGroupRequest. setVpcFwInstances(VpcFwInstance[] VpcFwInstances)Set 编辑的防火墙实例列表Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type VpcFwInstance Constructor Description VpcFwInstance(VpcFwInstance 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.
-