Uses of Class
com.oracle.bmc.marketplacepublisher.model.ImageShapeCompatibility
-
Packages that use ImageShapeCompatibility Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of ImageShapeCompatibility in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ImageShapeCompatibility Modifier and Type Method Description ImageShapeCompatibility
ImageShapeCompatibility.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type ImageShapeCompatibility Modifier and Type Method Description List<ImageShapeCompatibility>
CreateMachineImageDetails. getImageShapeCompatibilityEntries()
List of shape configurations compatible with the image.List<ImageShapeCompatibility>
MachineImageDetails. getImageShapeCompatibilityEntries()
List of shape configurations supported by the image.List<ImageShapeCompatibility>
UpdateMachineImageDetails. getImageShapeCompatibilityEntries()
List of shape configurations supported by the image.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ImageShapeCompatibility Modifier and Type Method Description ImageShapeCompatibility.Builder
ImageShapeCompatibility.Builder. copy(ImageShapeCompatibility model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ImageShapeCompatibility Modifier and Type Method Description CreateMachineImageDetails.Builder
CreateMachineImageDetails.Builder. imageShapeCompatibilityEntries(List<ImageShapeCompatibility> imageShapeCompatibilityEntries)
List of shape configurations compatible with the image.MachineImageDetails.Builder
MachineImageDetails.Builder. imageShapeCompatibilityEntries(List<ImageShapeCompatibility> imageShapeCompatibilityEntries)
List of shape configurations supported by the image.UpdateMachineImageDetails.Builder
UpdateMachineImageDetails.Builder. imageShapeCompatibilityEntries(List<ImageShapeCompatibility> imageShapeCompatibilityEntries)
List of shape configurations supported by the image.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ImageShapeCompatibility Constructor Description CreateMachineImageDetails(String sourceImageId, String username, Boolean isSnapshotAllowed, List<ImageShapeCompatibility> imageShapeCompatibilityEntries)
Deprecated.MachineImageDetails(String sourceImageId, String username, Boolean isSnapshotAllowed, List<ImageShapeCompatibility> imageShapeCompatibilityEntries, ValidationStatus validationStatus, String validationError)
Deprecated.UpdateMachineImageDetails(String sourceImageId, String username, Boolean isSnapshotAllowed, List<ImageShapeCompatibility> imageShapeCompatibilityEntries)
Deprecated.
-