AWS SDK for .NET Documentation
ClusterVersion Class
AmazonAmazon.Redshift.ModelClusterVersion Did this page help you?   Yes   No    Tell us about it...
Describes a cluster version, including the parameter group family and description of the version.
Declaration Syntax
C#
public class ClusterVersion
Members
All MembersConstructorsMethodsProperties



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

ClusterParameterGroupFamily
Gets and sets the property ClusterParameterGroupFamily.

The name of the cluster parameter group family for the cluster.


Description
Gets and sets the property Description.

The description of the cluster version.


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.)
Name
Gets and sets the property Name.

The version number used by the cluster.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithClusterParameterGroupFamily(String) Obsolete.
Sets the ClusterParameterGroupFamily property

WithDescription(String) Obsolete.
Sets the Description property

WithName(String) Obsolete.
Sets the Name property

Inheritance Hierarchy
Object
ClusterVersion

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