Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and Description |
---|---|
static ContainerSummary.Usages |
ContainerSummary.Usages.create(String key) |
static ContainerSummary.Usages |
ContainerSummary.Usages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerSummary.Usages[] |
ContainerSummary.Usages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerSummary.Usages> |
ContainerSummary.getUsages()
The list of usages of this container.
|
Modifier and Type | Method and Description |
---|---|
ContainerSummary.Builder |
ContainerSummary.Builder.usages(List<ContainerSummary.Usages> usages)
The list of usages of this container.
|
Constructor and Description |
---|
ContainerSummary(String containerName,
String displayName,
String familyName,
String description,
Boolean isLatest,
List<ContainerSummary.TargetWorkloads> targetWorkloads,
List<ContainerSummary.Usages> usages,
String tag,
ContainerVersionLifecycleState lifecycleState,
List<WorkloadConfigurationDetails> workloadConfigurationDetailsList,
List<TagConfiguration> tagConfigurationList,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.