Uses of Class
com.vmware.nsx_policy.model.DirectoryEventLogServerStatus
-
Packages that use DirectoryEventLogServerStatus Package Description com.vmware.nsx_policy.infra.firewall_identity_store_event_log_servers com.vmware.nsx_policy.model -
-
Uses of DirectoryEventLogServerStatus in com.vmware.nsx_policy.infra.firewall_identity_store_event_log_servers
Methods in com.vmware.nsx_policy.infra.firewall_identity_store_event_log_servers that return DirectoryEventLogServerStatus Modifier and Type Method Description DirectoryEventLogServerStatusStatus. create(DirectoryEventLogServer directoryEventLogServer)This API tests a event log server connectivity before the actual domain or event log server is configured.DirectoryEventLogServerStatusStatus. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API tests a event log server connectivity before the actual domain or event log server is configured.DirectoryEventLogServerStatusStatusStub. create(DirectoryEventLogServer directoryEventLogServer)DirectoryEventLogServerStatusStatusStub. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.firewall_identity_store_event_log_servers with type arguments of type DirectoryEventLogServerStatus Modifier and Type Method Description voidStatus. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServerStatus> asyncCallback)This API tests a event log server connectivity before the actual domain or event log server is configured.voidStatus. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServerStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This API tests a event log server connectivity before the actual domain or event log server is configured.voidStatusStub. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServerStatus> asyncCallback)voidStatusStub. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServerStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of DirectoryEventLogServerStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DirectoryEventLogServerStatus Modifier and Type Method Description static DirectoryEventLogServerStatusDirectoryEventLogServerStatus. _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 DirectoryEventLogServerStatusDirectoryEventLogServerStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryEventLogServerStatusDirectoryEventLogServerStatus.Builder. build()DirectoryEventLogServerStatusDirectoryEventLogServer. getStatus()DirectoryEventLogServerStatusIdentityFirewallStoreEventLogServer. getStatus()Methods in com.vmware.nsx_policy.model with parameters of type DirectoryEventLogServerStatus Modifier and Type Method Description DirectoryEventLogServer.BuilderDirectoryEventLogServer.Builder. setStatus(DirectoryEventLogServerStatus status)voidDirectoryEventLogServer. setStatus(DirectoryEventLogServerStatus status)IdentityFirewallStoreEventLogServer.BuilderIdentityFirewallStoreEventLogServer.Builder. setStatus(DirectoryEventLogServerStatus status)voidIdentityFirewallStoreEventLogServer. setStatus(DirectoryEventLogServerStatus status)
-