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 BackupOverviewOverview. 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.BackupOverviewOverview. 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.BackupOverviewOverviewStub. 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)BackupOverviewOverviewStub. 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 voidOverview. 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.voidOverview. 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.voidOverviewStub. 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)voidOverviewStub. 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 BackupOverviewBackupOverview. _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 BackupOverviewBackupOverview. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BackupOverviewBackupOverview.Builder. build()
-