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)
Deprecated.
|
ContainerRepositorySummary(String compartmentId,
String displayName,
String id,
Integer imageCount,
Boolean isPublic,
Integer layerCount,
Long layersSizeInBytes,
ContainerRepository.LifecycleState lifecycleState,
Date timeCreated,
Long billableSizeInGBs)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.