Amazon.ElastiCache.AmazonElastiCacheClient.ListAllowedNodeTypeModifications C# (CSharp) Метод

ListAllowedNodeTypeModifications() публичный Метод

Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.

When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale up your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.

/// The requested cache cluster ID does not refer to an existing cache cluster. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. /// /// The specified replication group does not exist. ///
public ListAllowedNodeTypeModifications ( ListAllowedNodeTypeModificationsRequest request ) : ListAllowedNodeTypeModificationsResponse
request ListAllowedNodeTypeModificationsRequest Container for the necessary parameters to execute the ListAllowedNodeTypeModifications service method.
Результат ListAllowedNodeTypeModificationsResponse
        public ListAllowedNodeTypeModificationsResponse ListAllowedNodeTypeModifications(ListAllowedNodeTypeModificationsRequest request)
        {
            var marshaller = new ListAllowedNodeTypeModificationsRequestMarshaller();
            var unmarshaller = ListAllowedNodeTypeModificationsResponseUnmarshaller.Instance;

            return Invoke<ListAllowedNodeTypeModificationsRequest,ListAllowedNodeTypeModificationsResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient