Package | Description |
---|---|
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
ContainerVersion |
ContainerVersion.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ContainerVersion> |
ContainerImage.getVersions()
The versions associated with this image.
|
Modifier and Type | Method and Description |
---|---|
ContainerVersion.Builder |
ContainerVersion.Builder.copy(ContainerVersion model) |
Modifier and Type | Method and Description |
---|---|
ContainerImage.Builder |
ContainerImage.Builder.versions(List<ContainerVersion> versions)
The versions associated with this image.
|
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.