![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::CacheNode USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ElastiCache::CacheNode object: $service_obj->Method(Att1 => { CacheNodeCreateTime => $value, ..., SourceCacheNodeId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::CacheNode object: $result = $service_obj->Method(...); $result->Att1->CacheNodeCreateTime DESCRIPTIONRepresents an individual cache node within a cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.
Additional node type info
ATTRIBUTESCacheNodeCreateTime => StrThe date and time when the cache node was created. CacheNodeId => StrThe cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account. CacheNodeStatus => StrThe current state of this cache node, one of the following values: "available", "creating", "rebooting", or "deleting". CustomerAvailabilityZone => StrThe Availability Zone where this node was created and now resides. CustomerOutpostArn => StrThe customer outpost ARN of the cache node. Endpoint => Paws::ElastiCache::EndpointThe hostname for connecting to this cache node. ParameterGroupStatus => StrThe status of the parameter group applied to this cache node. SourceCacheNodeId => StrThe ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cluster. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElastiCache BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|