Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StorageBacking> |
LibraryModel.getStorageBackings()
The list of default storage backings which are available for this library.
|
Modifier and Type | Method and Description |
---|---|
void |
LibraryModel.setStorageBackings(java.util.List<StorageBacking> storageBackings)
The list of default storage backings which are available for this library.
|
LibraryModel.Builder |
LibraryModel.Builder.setStorageBackings(java.util.List<StorageBacking> storageBackings)
The list of default storage backings which are available for this library.
|
Modifier and Type | Method and Description |
---|---|
static StorageBacking |
StorageBacking._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 StorageBacking |
StorageBacking._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
StorageBacking |
StorageBacking.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<StorageBacking> |
SubscriptionsTypes.CreateSpecNewSubscribedLibrary.getStorageBackings()
The list of default storage backings for this library.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionsTypes.CreateSpecNewSubscribedLibrary.setStorageBackings(java.util.List<StorageBacking> storageBackings)
The list of default storage backings for this library.
|
Constructor and Description |
---|
Builder(java.lang.String name,
java.util.List<StorageBacking> storageBackings,
boolean automaticSyncEnabled,
boolean onDemand)
Constructor with parameters for the required properties of
SubscriptionsTypes.CreateSpecNewSubscribedLibrary . |
Modifier and Type | Method and Description |
---|---|
StorageBacking |
StorageTypes.Info.getStorageBacking()
The storage backing on which this object resides.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageTypes.Info.setStorageBacking(StorageBacking storageBacking)
The storage backing on which this object resides.
|
Constructor and Description |
---|
Builder(StorageBacking storageBacking,
java.util.List<java.net.URI> storageUris,
java.lang.String name,
long size,
boolean cached,
java.lang.String version)
Constructor with parameters for the required properties of
StorageTypes.Info . |