Uses of Class
com.vmware.nsx_policy.model.MalwarePreventionProfileListResult
-
Packages that use MalwarePreventionProfileListResult Package Description com.vmware.nsx_policy.infra.settings.firewall.security.malware_prevention_service com.vmware.nsx_policy.model -
-
Uses of MalwarePreventionProfileListResult in com.vmware.nsx_policy.infra.settings.firewall.security.malware_prevention_service
Methods in com.vmware.nsx_policy.infra.settings.firewall.security.malware_prevention_service that return MalwarePreventionProfileListResult Modifier and Type Method Description MalwarePreventionProfileListResult
Profiles. 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)
List Malware Prevention profiles.MalwarePreventionProfileListResult
Profiles. 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)
List Malware Prevention profiles.MalwarePreventionProfileListResult
ProfilesStub. 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)
MalwarePreventionProfileListResult
ProfilesStub. 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.settings.firewall.security.malware_prevention_service with type arguments of type MalwarePreventionProfileListResult Modifier and Type Method Description void
Profiles. 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<MalwarePreventionProfileListResult> asyncCallback)
List Malware Prevention profiles.void
Profiles. 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<MalwarePreventionProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List Malware Prevention profiles.void
ProfilesStub. 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<MalwarePreventionProfileListResult> asyncCallback)
void
ProfilesStub. 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<MalwarePreventionProfileListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of MalwarePreventionProfileListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MalwarePreventionProfileListResult Modifier and Type Method Description static MalwarePreventionProfileListResult
MalwarePreventionProfileListResult. _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 MalwarePreventionProfileListResult
MalwarePreventionProfileListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MalwarePreventionProfileListResult
MalwarePreventionProfileListResult.Builder. build()
-