Package | Description |
---|---|
com.oracle.bmc.artifacts | |
com.oracle.bmc.artifacts.model |
Modifier and Type | Method and Description |
---|---|
static ContainerRepository.LifecycleState |
ContainerRepository.LifecycleState.create(String key) |
ContainerRepository.LifecycleState |
ContainerRepository.getLifecycleState()
The current state of the container repository.
|
ContainerRepository.LifecycleState |
ContainerRepositorySummary.getLifecycleState()
The current state of the container repository.
|
static ContainerRepository.LifecycleState |
ContainerRepository.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerRepository.LifecycleState[] |
ContainerRepository.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainerRepository.Builder |
ContainerRepository.Builder.lifecycleState(ContainerRepository.LifecycleState lifecycleState)
The current state of the container repository.
|
ContainerRepositorySummary.Builder |
ContainerRepositorySummary.Builder.lifecycleState(ContainerRepository.LifecycleState lifecycleState)
The current state of the container repository.
|
Constructor and Description |
---|
ContainerRepository(String compartmentId,
String createdBy,
String displayName,
String id,
Integer imageCount,
Boolean isImmutable,
Boolean isPublic,
Integer layerCount,
Long layersSizeInBytes,
ContainerRepository.LifecycleState lifecycleState,
ContainerRepositoryReadme readme,
Date timeCreated,
Date timeLastPushed,
Long billableSizeInGBs,
String namespace,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ContainerRepositorySummary(String compartmentId,
String displayName,
String id,
Integer imageCount,
Boolean isPublic,
Integer layerCount,
Long layersSizeInBytes,
ContainerRepository.LifecycleState lifecycleState,
Date timeCreated,
Long billableSizeInGBs,
String namespace,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.