Uses of Class
com.vmware.nsx_policy.model.PolicyUrlReputationSeverityListResult
-
Packages that use PolicyUrlReputationSeverityListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of PolicyUrlReputationSeverityListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return PolicyUrlReputationSeverityListResult Modifier and Type Method Description PolicyUrlReputationSeverityListResultUrlReputationSeverities. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)Gets the list of reputation severities.PolicyUrlReputationSeverityListResultUrlReputationSeverities. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Gets the list of reputation severities.PolicyUrlReputationSeverityListResultUrlReputationSeveritiesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)PolicyUrlReputationSeverityListResultUrlReputationSeveritiesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type PolicyUrlReputationSeverityListResult Modifier and Type Method Description voidUrlReputationSeverities. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback)Gets the list of reputation severities.voidUrlReputationSeverities. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Gets the list of reputation severities.voidUrlReputationSeveritiesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback)voidUrlReputationSeveritiesStub. list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PolicyUrlReputationSeverityListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyUrlReputationSeverityListResult Modifier and Type Method Description static PolicyUrlReputationSeverityListResultPolicyUrlReputationSeverityListResult. _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 PolicyUrlReputationSeverityListResultPolicyUrlReputationSeverityListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyUrlReputationSeverityListResultPolicyUrlReputationSeverityListResult.Builder. build()
-