Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.InstanceIdentifier
-
Packages that use InstanceIdentifier Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of InstanceIdentifier in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return InstanceIdentifier Modifier and Type Method Description InstanceIdentifier[]ApplyFirewallTemplateRequest. getApplyInstances()Get 应用防火墙模板的实例列表。InstanceIdentifierFirewallTemplateApplyRecordDetail. getInstance()Get 实例标识信息。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstanceIdentifier Modifier and Type Method Description voidApplyFirewallTemplateRequest. setApplyInstances(InstanceIdentifier[] ApplyInstances)Set 应用防火墙模板的实例列表。voidFirewallTemplateApplyRecordDetail. setInstance(InstanceIdentifier Instance)Set 实例标识信息。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type InstanceIdentifier Constructor Description InstanceIdentifier(InstanceIdentifier 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.
-