Class: IControl::ARX::SnapshotDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::SnapshotDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains notification snapshot details.
Instance Attribute Summary collapse
-
#backend_paths ⇒ StringSequence
A list of paths to the physical snapshots that compose this virtual snapshot for all of the included shares in the virtual volume in NFS format: :///.
-
#create_time ⇒ Numeric
The creation time of the snapshot.
-
#name ⇒ String
The name of the snapshot.
-
#volume_path ⇒ String
The snapshot path relative to the root of the virtual volume in NFS format: //.
Instance Attribute Details
#backend_paths ⇒ StringSequence
A list of paths to the physical snapshots that compose this virtual snapshot for all of the included shares in the virtual volume in NFS format: :///
345 346 347 |
# File 'lib/icontrol/arx.rb', line 345 def backend_paths @backend_paths end |
#create_time ⇒ Numeric
The creation time of the snapshot.
345 346 347 |
# File 'lib/icontrol/arx.rb', line 345 def create_time @create_time end |
#name ⇒ String
The name of the snapshot.
345 346 347 |
# File 'lib/icontrol/arx.rb', line 345 def name @name end |
#volume_path ⇒ String
The snapshot path relative to the root of the virtual volume in NFS format: //
345 346 347 |
# File 'lib/icontrol/arx.rb', line 345 def volume_path @volume_path end |