Uses of Class
com.oracle.bmc.containerengine.model.AddonVersions.Status
-
Packages that use AddonVersions.Status Package Description com.oracle.bmc.containerengine.model -
-
Uses of AddonVersions.Status in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return AddonVersions.Status Modifier and Type Method 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.Methods in com.oracle.bmc.containerengine.model with parameters of type AddonVersions.Status Modifier and Type Method 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.Constructors in com.oracle.bmc.containerengine.model with parameters of type AddonVersions.Status Constructor Description AddonVersions(AddonVersions.Status status, String versionNumber, String description, KubernetesVersionsFilters kubernetesVersionFilters, List<AddonVersionConfiguration> configurations)
Deprecated.
-