Package | Description |
---|---|
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
ContainerImageLayer |
ContainerImageLayer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ContainerImageLayer> |
ContainerImage.getLayers()
Layers of which the image is composed, ordered by the layer digest.
|
Modifier and Type | Method and Description |
---|---|
ContainerImageLayer.Builder |
ContainerImageLayer.Builder.copy(ContainerImageLayer model) |
Modifier and Type | Method and Description |
---|---|
ContainerImage.Builder |
ContainerImage.Builder.layers(List<ContainerImageLayer> layers)
Layers of which the image is composed, ordered by the layer digest.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.