Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static AddonVersions.Status |
AddonVersions.Status.create(String key) |
AddonVersions.Status |
AddonVersions.getStatus()
Current state of the addon, only active will be visible to customer, visibility of versions
in other status will be filtered based on limits property.
|
static AddonVersions.Status |
AddonVersions.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonVersions.Status[] |
AddonVersions.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AddonVersions.Builder |
AddonVersions.Builder.status(AddonVersions.Status status)
Current state of the addon, only active will be visible to customer, visibility of
versions in other status will be filtered based on limits property.
|
Constructor and Description |
---|
AddonVersions(AddonVersions.Status status,
String versionNumber,
String description,
KubernetesVersionsFilters kubernetesVersionFilters,
List<AddonVersionConfiguration> configurations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.