CacheParameters class

Cache Parameters for the volume.

Constructors

CacheParameters.new({CacheConfig? cacheConfig, String? cacheState, String? command, bool? enableGlobalFileLock, String? passphrase, String? peerClusterName, List<String>? peerIpAddresses, String? peerSvmName, String? peerVolumeName, String? peeringCommandExpiryTime, String? stateDetails})
CacheParameters.fromJson(Map json_)

Properties

cacheConfig CacheConfig?
Configuration of the cache volume.
getter/setter pair
cacheState String?
State of the cache volume indicating the peering status.
getter/setter pair
command String?
Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
getter/setter pair
enableGlobalFileLock bool?
Field indicating whether cache volume as global file lock enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passphrase String?
Temporary passphrase generated to accept cluster peering command.
getter/setter pair
peerClusterName String?
Name of the origin volume's ONTAP cluster.
getter/setter pair
peeringCommandExpiryTime String?
Expiration time for the peering command to be executed on user's ONTAP.
getter/setter pair
peerIpAddresses List<String>?
List of IC LIF addresses of the origin volume's ONTAP cluster.
getter/setter pair
peerSvmName String?
Name of the origin volume's SVM.
getter/setter pair
peerVolumeName String?
Name of the origin volume for the cache volume.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateDetails String?
Detailed description of the current cache state.
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