Uses of Class
com.vmware.nsx_policy.model.PolicyFirewallIpReputationConfig
-
Packages that use PolicyFirewallIpReputationConfig Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of PolicyFirewallIpReputationConfig in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return PolicyFirewallIpReputationConfig Modifier and Type Method Description PolicyFirewallIpReputationConfigFirewallIpReputationFeed. create(java.lang.String operation)This API can be used to activate or deactivate auto-download of IP reputation feed, it can also be used to trigger download of IP reputation feed when required.PolicyFirewallIpReputationConfigFirewallIpReputationFeed. create(java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API can be used to activate or deactivate auto-download of IP reputation feed, it can also be used to trigger download of IP reputation feed when required.PolicyFirewallIpReputationConfigFirewallIpReputationFeedStub. create(java.lang.String operation)PolicyFirewallIpReputationConfigFirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)PolicyFirewallIpReputationConfigFirewallIpReputationFeed. get()API to retrieve the current IP Reputation feed configuration.PolicyFirewallIpReputationConfigFirewallIpReputationFeed. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API to retrieve the current IP Reputation feed configuration.PolicyFirewallIpReputationConfigFirewallIpReputationFeedStub. get()PolicyFirewallIpReputationConfigFirewallIpReputationFeedStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type PolicyFirewallIpReputationConfig Modifier and Type Method Description voidFirewallIpReputationFeed. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)This API can be used to activate or deactivate auto-download of IP reputation feed, it can also be used to trigger download of IP reputation feed when required.voidFirewallIpReputationFeed. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API can be used to activate or deactivate auto-download of IP reputation feed, it can also be used to trigger download of IP reputation feed when required.voidFirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)voidFirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidFirewallIpReputationFeed. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)API to retrieve the current IP Reputation feed configuration.voidFirewallIpReputationFeed. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API to retrieve the current IP Reputation feed configuration.voidFirewallIpReputationFeedStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)voidFirewallIpReputationFeedStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyFirewallIpReputationConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyFirewallIpReputationConfig Modifier and Type Method Description static PolicyFirewallIpReputationConfigPolicyFirewallIpReputationConfig. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static PolicyFirewallIpReputationConfigPolicyFirewallIpReputationConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyFirewallIpReputationConfigPolicyFirewallIpReputationConfig.Builder. build()PolicyFirewallIpReputationConfigChildPolicyFirewallIpReputationConfig. getPolicyFirewallIpReputationConfig()Methods in com.vmware.nsx_policy.model with parameters of type PolicyFirewallIpReputationConfig Modifier and Type Method Description ChildPolicyFirewallIpReputationConfig.BuilderChildPolicyFirewallIpReputationConfig.Builder. setPolicyFirewallIpReputationConfig(PolicyFirewallIpReputationConfig policyFirewallIpReputationConfig)voidChildPolicyFirewallIpReputationConfig. setPolicyFirewallIpReputationConfig(PolicyFirewallIpReputationConfig policyFirewallIpReputationConfig)
-