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 DirectoryEventLogServerStatus
Status. create(DirectoryEventLogServer directoryEventLogServer)
This API tests a event log server connectivity before the actual domain or event log server is configured.DirectoryEventLogServerStatus
Status. 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.DirectoryEventLogServerStatus
StatusStub. create(DirectoryEventLogServer directoryEventLogServer)
DirectoryEventLogServerStatus
StatusStub. 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 void
Status. 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.void
Status. 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.void
StatusStub. create(DirectoryEventLogServer directoryEventLogServer, com.vmware.vapi.bindings.client.AsyncCallback<DirectoryEventLogServerStatus> asyncCallback)
void
StatusStub. 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 DirectoryEventLogServerStatus
DirectoryEventLogServerStatus. _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 DirectoryEventLogServerStatus
DirectoryEventLogServerStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DirectoryEventLogServerStatus
DirectoryEventLogServerStatus.Builder. build()
DirectoryEventLogServerStatus
DirectoryEventLogServer. getStatus()
DirectoryEventLogServerStatus
IdentityFirewallStoreEventLogServer. getStatus()
Methods in com.vmware.nsx_policy.model with parameters of type DirectoryEventLogServerStatus Modifier and Type Method Description DirectoryEventLogServer.Builder
DirectoryEventLogServer.Builder. setStatus(DirectoryEventLogServerStatus status)
void
DirectoryEventLogServer. setStatus(DirectoryEventLogServerStatus status)
IdentityFirewallStoreEventLogServer.Builder
IdentityFirewallStoreEventLogServer.Builder. setStatus(DirectoryEventLogServerStatus status)
void
IdentityFirewallStoreEventLogServer. setStatus(DirectoryEventLogServerStatus status)
-