Instance class
A Parallelstore instance.
Constructors
-
Instance.new({List<
String> ? accessPoints, String? capacityGib, String? createTime, String? daosVersion, String? deploymentType, String? description, String? directoryStripeLevel, String? effectiveReservedIpRange, String? fileStripeLevel, Map<String, String> ? labels, String? name, String? network, String? reservedIpRange, String? state, String? updateTime}) - Instance.fromJson(Map json_)
Properties
-
accessPoints
↔ List<
String> ? -
A list of IPv4 addresses used for client side configuration.
getter/setter pair
- capacityGib ↔ String?
-
The instance's storage capacity in Gibibytes (GiB).
getter/setter pair
- createTime ↔ String?
-
The time when the instance was created.
getter/setter pair
- daosVersion ↔ String?
-
Deprecated 'daos_version' field.
getter/setter pair
- deploymentType ↔ String?
-
The deployment type of the instance.
getter/setter pair
- description ↔ String?
-
The description of the instance.
getter/setter pair
- directoryStripeLevel ↔ String?
-
Stripe level for directories.
getter/setter pair
- effectiveReservedIpRange ↔ String?
-
The ID of the IP address range being used by the instance's VPC network.
getter/setter pair
- fileStripeLevel ↔ String?
-
Stripe level for files.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Cloud Labels are a flexible and lightweight mechanism for organizing cloud
resources into groups that reflect a customer's organizational needs and
deployment strategies.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- network ↔ String?
-
The name of the Compute Engine
VPC network to which the instance
is connected.
getter/setter pair
- reservedIpRange ↔ String?
-
The ID of the IP address range being used by the instance's VPC network.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The instance state.
getter/setter pair
- updateTime ↔ String?
-
The time when the instance was updated.
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