CrossRegionCopyAction class

Specifies a rule for copying shared snapshots across Regions.

Constructors

CrossRegionCopyAction({required EncryptionConfiguration encryptionConfiguration, required String target, CrossRegionCopyRetainRule? retainRule})
CrossRegionCopyAction.fromJson(Map<String, dynamic> json)
factory

Properties

encryptionConfiguration EncryptionConfiguration
The encryption settings for the copied snapshot.
final
hashCode int
The hash code for this object.
no setterinherited
retainRule CrossRegionCopyRetainRule?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String
The target Region.
final

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