Uses of Class
com.volcengine.acep.model.IPListForCreateDNSRuleInput
-
Packages that use IPListForCreateDNSRuleInput Package Description com.volcengine.acep.model -
-
Uses of IPListForCreateDNSRuleInput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return IPListForCreateDNSRuleInput Modifier and Type Method Description IPListForCreateDNSRuleInputIPListForCreateDNSRuleInput. IP(String IP)IPListForCreateDNSRuleInputIPListForCreateDNSRuleInput. ISP(Integer ISP)Methods in com.volcengine.acep.model that return types with arguments of type IPListForCreateDNSRuleInput Modifier and Type Method Description @Valid List<IPListForCreateDNSRuleInput>CreateDNSRuleRequest. getIpList()Get ipListMethods in com.volcengine.acep.model with parameters of type IPListForCreateDNSRuleInput Modifier and Type Method Description CreateDNSRuleRequestCreateDNSRuleRequest. addIpListItem(IPListForCreateDNSRuleInput ipListItem)Method parameters in com.volcengine.acep.model with type arguments of type IPListForCreateDNSRuleInput Modifier and Type Method Description CreateDNSRuleRequestCreateDNSRuleRequest. ipList(List<IPListForCreateDNSRuleInput> ipList)voidCreateDNSRuleRequest. setIpList(List<IPListForCreateDNSRuleInput> ipList)
-