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 PolicyFirewallIpReputationConfig
FirewallIpReputationFeed. 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.PolicyFirewallIpReputationConfig
FirewallIpReputationFeed. 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.PolicyFirewallIpReputationConfig
FirewallIpReputationFeedStub. create(java.lang.String operation)
PolicyFirewallIpReputationConfig
FirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PolicyFirewallIpReputationConfig
FirewallIpReputationFeed. get()
API to retrieve the current IP Reputation feed configuration.PolicyFirewallIpReputationConfig
FirewallIpReputationFeed. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API to retrieve the current IP Reputation feed configuration.PolicyFirewallIpReputationConfig
FirewallIpReputationFeedStub. get()
PolicyFirewallIpReputationConfig
FirewallIpReputationFeedStub. 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 void
FirewallIpReputationFeed. 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.void
FirewallIpReputationFeed. 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.void
FirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)
void
FirewallIpReputationFeedStub. create(java.lang.String operation, com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
FirewallIpReputationFeed. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)
API to retrieve the current IP Reputation feed configuration.void
FirewallIpReputationFeed. 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.void
FirewallIpReputationFeedStub. get(com.vmware.vapi.bindings.client.AsyncCallback<PolicyFirewallIpReputationConfig> asyncCallback)
void
FirewallIpReputationFeedStub. 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 PolicyFirewallIpReputationConfig
PolicyFirewallIpReputationConfig. _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 PolicyFirewallIpReputationConfig
PolicyFirewallIpReputationConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyFirewallIpReputationConfig
PolicyFirewallIpReputationConfig.Builder. build()
PolicyFirewallIpReputationConfig
ChildPolicyFirewallIpReputationConfig. getPolicyFirewallIpReputationConfig()
Methods in com.vmware.nsx_policy.model with parameters of type PolicyFirewallIpReputationConfig Modifier and Type Method Description ChildPolicyFirewallIpReputationConfig.Builder
ChildPolicyFirewallIpReputationConfig.Builder. setPolicyFirewallIpReputationConfig(PolicyFirewallIpReputationConfig policyFirewallIpReputationConfig)
void
ChildPolicyFirewallIpReputationConfig. setPolicyFirewallIpReputationConfig(PolicyFirewallIpReputationConfig policyFirewallIpReputationConfig)
-