Uses of Class
com.tencentcloudapi.vpc.v20170312.models.ServicesInfo
-
Packages that use ServicesInfo Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of ServicesInfo in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return ServicesInfo Modifier and Type Method Description ServicesInfo[]ServiceTemplate. getServiceExtraSet()Get 带备注的协议端口信息。ServicesInfo[]CreateServiceTemplateRequest. getServicesExtra()Get 支持添加备注,单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Services与ServicesExtra必填其一。ServicesInfo[]ModifyServiceTemplateAttributeRequest. getServicesExtra()Get 支持添加备注的协议端口信息,支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type ServicesInfo Modifier and Type Method Description voidServiceTemplate. setServiceExtraSet(ServicesInfo[] ServiceExtraSet)Set 带备注的协议端口信息。voidCreateServiceTemplateRequest. setServicesExtra(ServicesInfo[] ServicesExtra)Set 支持添加备注,单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Services与ServicesExtra必填其一。voidModifyServiceTemplateAttributeRequest. setServicesExtra(ServicesInfo[] ServicesExtra)Set 支持添加备注的协议端口信息,支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type ServicesInfo Constructor Description ServicesInfo(ServicesInfo 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.
-