ResourcePolicySnapshotSchedulePolicySnapshotProperties class
Specified snapshot properties for scheduled snapshots created by this policy.
Constructors
- 
          ResourcePolicySnapshotSchedulePolicySnapshotProperties({String? chainName, bool? guestFlush, Map<String, String> ? labels, List<String> ? storageLocations})
- ResourcePolicySnapshotSchedulePolicySnapshotProperties.fromJson(Map json_)
Properties
- chainName ↔ String?
- 
  Chain name that the snapshot is created in.
  getter/setter pair
- guestFlush ↔ bool?
- 
  Indication to perform a 'guest aware' snapshot.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  Labels to apply to scheduled snapshots.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  storageLocations
  ↔ List<String> ?
- 
  Cloud Storage bucket storage location of the auto snapshot (regional or
multi-regional).
  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