Uses of Class
com.vmware.nsx_policy.model.BackupOverview
-
Packages that use BackupOverview Package Description com.vmware.nsx_policy.cluster.backups com.vmware.nsx_policy.model -
-
Uses of BackupOverview in com.vmware.nsx_policy.cluster.backups
Methods in com.vmware.nsx_policy.cluster.backups that return BackupOverview Modifier and Type Method Description BackupOverview
Overview. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy)
Get a configuration of a file server, timers for automated backup, latest backup status, backups list for a site.BackupOverview
Overview. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a configuration of a file server, timers for automated backup, latest backup status, backups list for a site.BackupOverview
OverviewStub. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy)
BackupOverview
OverviewStub. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.cluster.backups with type arguments of type BackupOverview Modifier and Type Method Description void
Overview. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<BackupOverview> asyncCallback)
Get a configuration of a file server, timers for automated backup, latest backup status, backups list for a site.void
Overview. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<BackupOverview> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a configuration of a file server, timers for automated backup, latest backup status, backups list for a site.void
OverviewStub. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<BackupOverview> asyncCallback)
void
OverviewStub. list(java.lang.String cursor, java.lang.String frameType, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean showBackupsList, java.lang.String siteId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<BackupOverview> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of BackupOverview in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BackupOverview Modifier and Type Method Description static BackupOverview
BackupOverview. _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 BackupOverview
BackupOverview. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BackupOverview
BackupOverview.Builder. build()
-