Uses of Class
com.oracle.bmc.redis.model.OciCacheConfigSet.SoftwareVersion
-
Packages that use OciCacheConfigSet.SoftwareVersion Package Description com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of OciCacheConfigSet.SoftwareVersion in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheConfigSet.SoftwareVersion Modifier and Type Method Description static OciCacheConfigSet.SoftwareVersion
OciCacheConfigSet.SoftwareVersion. create(String key)
OciCacheConfigSet.SoftwareVersion
CreateOciCacheConfigSetDetails. getSoftwareVersion()
The OCI Cache engine version that the cluster is running.OciCacheConfigSet.SoftwareVersion
OciCacheConfigSet. getSoftwareVersion()
The OCI Cache engine version that the cluster is running.OciCacheConfigSet.SoftwareVersion
OciCacheConfigSetSummary. getSoftwareVersion()
The engine version of the OCI Cache Config Set.OciCacheConfigSet.SoftwareVersion
OciCacheDefaultConfigSet. getSoftwareVersion()
The engine version of the OCI Cache Default Config Set.OciCacheConfigSet.SoftwareVersion
OciCacheDefaultConfigSetSummary. getSoftwareVersion()
The engine version of the OCI Cache Default Config Set.static OciCacheConfigSet.SoftwareVersion
OciCacheConfigSet.SoftwareVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciCacheConfigSet.SoftwareVersion[]
OciCacheConfigSet.SoftwareVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheConfigSet.SoftwareVersion Modifier and Type Method Description CreateOciCacheConfigSetDetails.Builder
CreateOciCacheConfigSetDetails.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.OciCacheConfigSet.Builder
OciCacheConfigSet.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.OciCacheConfigSetSummary.Builder
OciCacheConfigSetSummary.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
The engine version of the OCI Cache Config Set.OciCacheDefaultConfigSet.Builder
OciCacheDefaultConfigSet.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
The engine version of the OCI Cache Default Config Set.OciCacheDefaultConfigSetSummary.Builder
OciCacheDefaultConfigSetSummary.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
The engine version of the OCI Cache Default Config Set. -
Uses of OciCacheConfigSet.SoftwareVersion in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return OciCacheConfigSet.SoftwareVersion Modifier and Type Method Description OciCacheConfigSet.SoftwareVersion
ListOciCacheConfigSetsRequest. getSoftwareVersion()
A filter to return the OCI Cache Config Set resources, whose software version matches with the given software version.OciCacheConfigSet.SoftwareVersion
ListOciCacheDefaultConfigSetsRequest. getSoftwareVersion()
A filter to return the OCI Cache Config Set resources, whose software version matches with the given software version.Methods in com.oracle.bmc.redis.requests with parameters of type OciCacheConfigSet.SoftwareVersion Modifier and Type Method Description ListOciCacheConfigSetsRequest.Builder
ListOciCacheConfigSetsRequest.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
A filter to return the OCI Cache Config Set resources, whose software version matches with the given software version.ListOciCacheDefaultConfigSetsRequest.Builder
ListOciCacheDefaultConfigSetsRequest.Builder. softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)
A filter to return the OCI Cache Config Set resources, whose software version matches with the given software version.
-