Package | Description |
---|---|
com.vmware.vcenter.namespace_management.supervisors |
The
com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor. |
Modifier and Type | Method and Description |
---|---|
static ContentLibrarySpec |
ContentLibrarySpec._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 ContentLibrarySpec |
ContentLibrarySpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ContentLibrarySpec |
ContentLibrarySpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentLibrarySpec> |
ImageSyncConfig.getContentLibraries()
ImageSyncConfig.getContentLibraries()
is a list of Content Libraries that will be associated with a Supervisor. |
Modifier and Type | Method and Description |
---|---|
void |
ImageSyncConfig.setContentLibraries(java.util.List<ContentLibrarySpec> contentLibraries)
ImageSyncConfig.getContentLibraries()
is a list of Content Libraries that will be associated with a Supervisor. |
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setContentLibraries(java.util.List<ContentLibrarySpec> contentLibraries)
ImageSyncConfig.getContentLibraries()
is a list of Content Libraries that will be associated with a Supervisor. |