Instance class
A Filestore instance.
Constructors
-
Instance({String? createTime, String? description, String? etag, String? kmsKeyName, Map<
String, String> ? labels, String? name, List<NetworkConfig> ? networks, Replication? replication, bool? satisfiesPzi, bool? satisfiesPzs, String? state, String? statusMessage, List<String> ? suspensionReasons, String? tier}) - Instance.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the instance was created.
getter/setter pair
- description ↔ String?
-
The description of the instance (2048 characters or less).
getter/setter pair
- etag ↔ String?
-
Server-specified ETag for the instance resource to prevent simultaneous
updates from overwriting each other.
getter/setter pair
-
File system shares on the instance.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyName ↔ String?
-
KMS key name used for data encryption.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user provided metadata.
getter/setter pair
- name ↔ String?
-
The resource name of the instance, in the format
projects/{project}/locations/{location}/instances/{instance}
.getter/setter pair -
networks
↔ List<
NetworkConfig> ? -
VPC networks to which the instance is connected.
getter/setter pair
- replication ↔ Replication?
-
Replicaition configuration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
Reserved for future use.
getter/setter pair
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- state ↔ String?
-
The instance state.
getter/setter pair
- statusMessage ↔ String?
-
Additional information about the instance state, if available.
getter/setter pair
-
suspensionReasons
↔ List<
String> ? -
Field indicates all the reasons the instance is in "SUSPENDED" state.
getter/setter pair
- tier ↔ String?
-
The service tier of the instance.
Possible string values are:
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