Package | Description |
---|---|
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
static ContainerImage.Builder |
ContainerImage.builder()
Create a new builder.
|
ContainerImage.Builder |
ContainerImage.Builder.compartmentId(String compartmentId)
The compartment OCID to which the container image belongs.
|
ContainerImage.Builder |
ContainerImage.Builder.copy(ContainerImage model) |
ContainerImage.Builder |
ContainerImage.Builder.createdBy(String createdBy)
The OCID of the
user or principal that created the resource.
|
ContainerImage.Builder |
ContainerImage.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ContainerImage.Builder |
ContainerImage.Builder.digest(String digest)
The container image digest.
|
ContainerImage.Builder |
ContainerImage.Builder.displayName(String displayName)
The repository name and the most recent version associated with the image.
|
ContainerImage.Builder |
ContainerImage.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ContainerImage.Builder |
ContainerImage.Builder.id(String id)
The OCID of the
container image.
|
ContainerImage.Builder |
ContainerImage.Builder.layers(List<ContainerImageLayer> layers)
Layers of which the image is composed, ordered by the layer digest.
|
ContainerImage.Builder |
ContainerImage.Builder.layersSizeInBytes(Long layersSizeInBytes)
The total size of the container image layers in bytes.
|
ContainerImage.Builder |
ContainerImage.Builder.lifecycleState(ContainerImage.LifecycleState lifecycleState)
The current state of the container image.
|
ContainerImage.Builder |
ContainerImage.Builder.manifestSizeInBytes(Integer manifestSizeInBytes)
The size of the container image manifest in bytes.
|
ContainerImage.Builder |
ContainerImage.Builder.pullCount(Long pullCount)
Total number of pulls.
|
ContainerImage.Builder |
ContainerImage.Builder.repositoryId(String repositoryId)
The OCID of the
container repository.
|
ContainerImage.Builder |
ContainerImage.Builder.repositoryName(String repositoryName)
The container repository name.
|
ContainerImage.Builder |
ContainerImage.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
The system tags for this resource.
|
ContainerImage.Builder |
ContainerImage.Builder.timeCreated(Date timeCreated)
An RFC 3339 timestamp indicating when the image was created.
|
ContainerImage.Builder |
ContainerImage.Builder.timeLastPulled(Date timeLastPulled)
An RFC 3339 timestamp indicating when the image was last pulled.
|
ContainerImage.Builder |
ContainerImage.toBuilder() |
ContainerImage.Builder |
ContainerImage.Builder.version(String version)
The most recent version associated with this image.
|
ContainerImage.Builder |
ContainerImage.Builder.versions(List<ContainerVersion> versions)
The versions associated with this image.
|
Copyright © 2016–2024. All rights reserved.