RedisClusterInfo class
For display only.
Metadata associated with a Redis Cluster.
Constructors
- RedisClusterInfo.new({String? discoveryEndpointIpAddress, String? displayName, String? location, String? networkUri, String? secondaryEndpointIpAddress, String? uri})
- RedisClusterInfo.fromJson(Map json_)
Properties
- discoveryEndpointIpAddress ↔ String?
-
Discovery endpoint IP address of a Redis Cluster.
getter/setter pair
- displayName ↔ String?
-
Name of a Redis Cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
Name of the region in which the Redis Cluster is defined.
getter/setter pair
- networkUri ↔ String?
-
URI of the network containing the Redis Cluster endpoints in format
"projects/{project_id}/global/networks/{network_id}".
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryEndpointIpAddress ↔ String?
-
Secondary endpoint IP address of a Redis Cluster.
getter/setter pair
- uri ↔ String?
-
URI of a Redis Cluster in format
"projects/{project_id}/locations/{location}/clusters/{cluster_id}"
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited