Class: Aws::Types::CreateOntapVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateOntapVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_configuration ⇒ Types::CreateAggregateConfiguration
Returns the value of attribute aggregate_configuration.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
-
#ontap_volume_type ⇒ "RW", "DP"
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::CreateSnaplockConfiguration
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.
-
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
-
#volume_style ⇒ "FLEXVOL", "FLEXGROUP"
Returns the value of attribute volume_style.
Instance Attribute Details
#aggregate_configuration ⇒ Types::CreateAggregateConfiguration
Returns the value of attribute aggregate_configuration.
445 446 447 |
# File 'sig/types.rbs', line 445 def aggregate_configuration @aggregate_configuration end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
442 443 444 |
# File 'sig/types.rbs', line 442 def end |
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
434 435 436 |
# File 'sig/types.rbs', line 434 def junction_path @junction_path end |
#ontap_volume_type ⇒ "RW", "DP"
Returns the value of attribute ontap_volume_type.
440 441 442 |
# File 'sig/types.rbs', line 440 def ontap_volume_type @ontap_volume_type end |
#security_style ⇒ "UNIX", ...
Returns the value of attribute security_style.
435 436 437 |
# File 'sig/types.rbs', line 435 def security_style @security_style end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
446 447 448 |
# File 'sig/types.rbs', line 446 def size_in_bytes @size_in_bytes end |
#size_in_megabytes ⇒ ::Integer
Returns the value of attribute size_in_megabytes.
436 437 438 |
# File 'sig/types.rbs', line 436 def size_in_megabytes @size_in_megabytes end |
#snaplock_configuration ⇒ Types::CreateSnaplockConfiguration
Returns the value of attribute snaplock_configuration.
443 444 445 |
# File 'sig/types.rbs', line 443 def snaplock_configuration @snaplock_configuration end |
#snapshot_policy ⇒ ::String
Returns the value of attribute snapshot_policy.
441 442 443 |
# File 'sig/types.rbs', line 441 def snapshot_policy @snapshot_policy end |
#storage_efficiency_enabled ⇒ Boolean
Returns the value of attribute storage_efficiency_enabled.
437 438 439 |
# File 'sig/types.rbs', line 437 def storage_efficiency_enabled @storage_efficiency_enabled end |
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
438 439 440 |
# File 'sig/types.rbs', line 438 def storage_virtual_machine_id @storage_virtual_machine_id end |
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
439 440 441 |
# File 'sig/types.rbs', line 439 def tiering_policy @tiering_policy end |
#volume_style ⇒ "FLEXVOL", "FLEXGROUP"
Returns the value of attribute volume_style.
444 445 446 |
# File 'sig/types.rbs', line 444 def volume_style @volume_style end |