AWS SDK for .NET Documentation
CacheEngineVersion Class
AmazonAmazon.ElastiCache.ModelCacheEngineVersion Did this page help you?   Yes   No    Tell us about it...

Provides all of the details about a particular cache engine version.

Declaration Syntax
C#
public class CacheEngineVersion
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CacheEngineVersion()()()()
Initializes a new instance of the CacheEngineVersion class

CacheEngineDescription
The description of the cache engine.

CacheEngineVersionDescription
The description of the cache engine version.

CacheParameterGroupFamily
The name of the cache parameter group family associated with this cache engine.

Engine
The name of the cache engine.

EngineVersion
The version number of the cache engine.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheEngineDescription(String) Obsolete.
Sets the CacheEngineDescription property

WithCacheEngineVersionDescription(String) Obsolete.
Sets the CacheEngineVersionDescription property

WithCacheParameterGroupFamily(String) Obsolete.
Sets the CacheParameterGroupFamily property

WithEngine(String) Obsolete.
Sets the Engine property

WithEngineVersion(String) Obsolete.
Sets the EngineVersion property

Inheritance Hierarchy
Object
CacheEngineVersion

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)