Uses of Class
com.oracle.bmc.core.model.ImageShapeCompatibilityEntry.Builder
-
Packages that use ImageShapeCompatibilityEntry.Builder Package Description com.oracle.bmc.core.model -
-
Uses of ImageShapeCompatibilityEntry.Builder in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ImageShapeCompatibilityEntry.Builder Modifier and Type Method Description static ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry. builder()Create a new builder.ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry.Builder. copy(ImageShapeCompatibilityEntry model)ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry.Builder. imageId(String imageId)The image OCID.ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry.Builder. memoryConstraints(ImageMemoryConstraints memoryConstraints)ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry.Builder. ocpuConstraints(ImageOcpuConstraints ocpuConstraints)ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry.Builder. shape(String shape)The shape name.ImageShapeCompatibilityEntry.BuilderImageShapeCompatibilityEntry. toBuilder()
-