Class: Aws::Types::OntapVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OntapVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_configuration ⇒ Types::AggregateConfiguration
Returns the value of attribute aggregate_configuration.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#flex_cache_endpoint_type ⇒ "NONE", ...
Returns the value of attribute flex_cache_endpoint_type.
-
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
-
#ontap_volume_type ⇒ "RW", ...
Returns the value of attribute ontap_volume_type.
-
#security_style ⇒ "UNIX", ...
Returns the value of attribute security_style.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#size_in_megabytes ⇒ ::Integer
Returns the value of attribute size_in_megabytes.
-
#snaplock_configuration ⇒ Types::SnaplockConfiguration
Returns the value of attribute snaplock_configuration.
-
#snapshot_policy ⇒ ::String
Returns the value of attribute snapshot_policy.
-
#storage_efficiency_enabled ⇒ Boolean
Returns the value of attribute storage_efficiency_enabled.
-
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
-
#storage_virtual_machine_root ⇒ Boolean
Returns the value of attribute storage_virtual_machine_root.
-
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
-
#volume_style ⇒ "FLEXVOL", "FLEXGROUP"
Returns the value of attribute volume_style.
Instance Attribute Details
#aggregate_configuration ⇒ Types::AggregateConfiguration
Returns the value of attribute aggregate_configuration.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def aggregate_configuration @aggregate_configuration end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def end |
#flex_cache_endpoint_type ⇒ "NONE", ...
Returns the value of attribute flex_cache_endpoint_type.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def flex_cache_endpoint_type @flex_cache_endpoint_type end |
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def junction_path @junction_path end |
#ontap_volume_type ⇒ "RW", ...
Returns the value of attribute ontap_volume_type.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def ontap_volume_type @ontap_volume_type end |
#security_style ⇒ "UNIX", ...
Returns the value of attribute security_style.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def security_style @security_style end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def size_in_bytes @size_in_bytes end |
#size_in_megabytes ⇒ ::Integer
Returns the value of attribute size_in_megabytes.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def size_in_megabytes @size_in_megabytes end |
#snaplock_configuration ⇒ Types::SnaplockConfiguration
Returns the value of attribute snaplock_configuration.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def snaplock_configuration @snaplock_configuration end |
#snapshot_policy ⇒ ::String
Returns the value of attribute snapshot_policy.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def snapshot_policy @snapshot_policy end |
#storage_efficiency_enabled ⇒ Boolean
Returns the value of attribute storage_efficiency_enabled.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def storage_efficiency_enabled @storage_efficiency_enabled end |
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def storage_virtual_machine_id @storage_virtual_machine_id end |
#storage_virtual_machine_root ⇒ Boolean
Returns the value of attribute storage_virtual_machine_root.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def storage_virtual_machine_root @storage_virtual_machine_root end |
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def tiering_policy @tiering_policy end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def uuid @uuid end |
#volume_style ⇒ "FLEXVOL", "FLEXGROUP"
Returns the value of attribute volume_style.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def volume_style @volume_style end |