| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.notification_watchers |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notification._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 Notification |
Notification._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notification |
Notification.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Notification> |
NotificationsList.getNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationsList.setNotifications(java.util.List<Notification> notifications) |
NotificationsList.Builder |
NotificationsList.Builder.setNotifications(java.util.List<Notification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
NotificationsList |
NotificationsStub.addurifilters(java.lang.String watcherId,
Notification notification) |
NotificationsList |
Notifications.addurifilters(java.lang.String watcherId,
Notification notification)
Add uri filters for the specified watcher ID.
|
void |
NotificationsStub.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback) |
void |
Notifications.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Add uri filters for the specified watcher ID.
|
void |
NotificationsStub.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Notifications.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add uri filters for the specified watcher ID.
|
NotificationsList |
NotificationsStub.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
NotificationsList |
Notifications.addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add uri filters for the specified watcher ID.
|
NotificationsList |
NotificationsStub.deleteurifilters(java.lang.String watcherId,
Notification notification) |
NotificationsList |
Notifications.deleteurifilters(java.lang.String watcherId,
Notification notification)
Delete uri filters for the specified watcher ID.
|
void |
NotificationsStub.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback) |
void |
Notifications.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Delete uri filters for the specified watcher ID.
|
void |
NotificationsStub.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Notifications.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete uri filters for the specified watcher ID.
|
NotificationsList |
NotificationsStub.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
NotificationsList |
Notifications.deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete uri filters for the specified watcher ID.
|