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 ImageRegistry |
ImageRegistry._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 ImageRegistry |
ImageRegistry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ImageRegistry |
ImageRegistry.Builder.build() |
ImageRegistry |
ContainerImageRegistriesTypes.CreateSpec.getImageRegistry()
The
ContainerImageRegistriesTypes.CreateSpec.getImageRegistry()
class contains the specification required to configure a container image
registry endpoint. |
ImageRegistry |
ContainerImageRegistriesTypes.Info.getImageRegistry()
The
ContainerImageRegistriesTypes.Info.getImageRegistry()
class contains the specification of the container image registry endpoint. |
ImageRegistry |
ImageSyncConfig.getRegistry()
The
ImageSyncConfig.getRegistry()
class contains the specification required to configure container image registry
endpoint. |
Modifier and Type | Method and Description |
---|---|
void |
ContainerImageRegistriesTypes.CreateSpec.setImageRegistry(ImageRegistry imageRegistry)
The
ContainerImageRegistriesTypes.CreateSpec.getImageRegistry()
class contains the specification required to configure a container image
registry endpoint. |
void |
ContainerImageRegistriesTypes.Info.setImageRegistry(ImageRegistry imageRegistry)
The
ContainerImageRegistriesTypes.Info.getImageRegistry()
class contains the specification of the container image registry endpoint. |
void |
ImageSyncConfig.setRegistry(ImageRegistry registry)
The
ImageSyncConfig.getRegistry()
class contains the specification required to configure container image registry
endpoint. |
ImageSyncConfig.Builder |
ImageSyncConfig.Builder.setRegistry(ImageRegistry registry)
The
ImageSyncConfig.getRegistry()
class contains the specification required to configure container image registry
endpoint. |
Constructor and Description |
---|
Builder(java.lang.String name,
ImageRegistry imageRegistry)
Constructor with parameters for the required properties of
ContainerImageRegistriesTypes.CreateSpec . |
Builder(java.lang.String id,
java.lang.String name,
ImageRegistry imageRegistry,
boolean defaultRegistry)
Constructor with parameters for the required properties of
ContainerImageRegistriesTypes.Info . |