Instance class

A Memorystore for Memcached instance

Constructors

Instance({String? authorizedNetwork, String? createTime, String? discoveryEndpoint, String? displayName, List<InstanceMessage>? instanceMessages, Map<String, String>? labels, GoogleCloudMemcacheV1MaintenancePolicy? maintenancePolicy, MaintenanceSchedule? maintenanceSchedule, String? memcacheFullVersion, List<Node>? memcacheNodes, String? memcacheVersion, String? name, NodeConfig? nodeConfig, int? nodeCount, MemcacheParameters? parameters, List<String>? reservedIpRangeId, String? state, String? updateTime, List<String>? zones})
Instance.fromJson(Map json_)

Properties

authorizedNetwork String?
The full name of the Google Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the instance is connected.
getter/setter pair
createTime String?
The time the instance was created.
getter/setter pair
discoveryEndpoint String?
Endpoint for the Discovery API.
getter/setter pair
displayName String?
User provided name for the instance, which is only used for display purposes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceMessages List<InstanceMessage>?
List of messages that describe the current state of the Memcached instance.
getter/setter pair
labels Map<String, String>?
Resource labels to represent user-provided metadata.
getter/setter pair
maintenancePolicy GoogleCloudMemcacheV1MaintenancePolicy?
The maintenance policy for the instance.
getter/setter pair
maintenanceSchedule MaintenanceSchedule?
Published maintenance schedule.
getter/setter pair
memcacheFullVersion String?
The full version of memcached server running on this instance.
getter/setter pair
memcacheNodes List<Node>?
List of Memcached nodes.
getter/setter pair
memcacheVersion String?
The major version of Memcached software.
getter/setter pair
name String?
Unique name of the resource in this scope including project and location using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} Note: Memcached instances are managed and addressed at the regional level so location_id here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance.
getter/setter pair
nodeConfig NodeConfig?
Configuration for Memcached nodes.
getter/setter pair
nodeCount int?
Number of nodes in the Memcached instance.
getter/setter pair
parameters MemcacheParameters?
User defined parameters to apply to the memcached process on each node.
getter/setter pair
reservedIpRangeId List<String>?
Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of this Memcached instance.
getter/setter pair
updateTime String?
The time the instance was updated.
getter/setter pair
zones List<String>?
Zones in which Memcached nodes should be provisioned.
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