Uses of Class
com.oracle.bmc.artifacts.model.ContainerImageLayer
-
Packages that use ContainerImageLayer Package Description com.oracle.bmc.artifacts.model -
-
Uses of ContainerImageLayer in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerImageLayer Modifier and Type Method Description ContainerImageLayer
ContainerImageLayer.Builder. build()
Methods in com.oracle.bmc.artifacts.model that return types with arguments of type ContainerImageLayer Modifier and Type Method Description List<ContainerImageLayer>
ContainerImage. getLayers()
Layers of which the image is composed, ordered by the layer digest.Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerImageLayer Modifier and Type Method Description ContainerImageLayer.Builder
ContainerImageLayer.Builder. copy(ContainerImageLayer model)
Method parameters in com.oracle.bmc.artifacts.model with type arguments of type ContainerImageLayer Modifier and Type Method Description ContainerImage.Builder
ContainerImage.Builder. layers(List<ContainerImageLayer> layers)
Layers of which the image is composed, ordered by the layer digest.Constructor parameters in com.oracle.bmc.artifacts.model with type arguments of type ContainerImageLayer Constructor Description ContainerImage(String compartmentId, String createdBy, String digest, String displayName, String id, List<ContainerImageLayer> layers, Long layersSizeInBytes, ContainerImage.LifecycleState lifecycleState, Integer manifestSizeInBytes, Long pullCount, String repositoryId, String repositoryName, Date timeCreated, Date timeLastPulled, String version, List<ContainerVersion> versions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-