Class: Aws::Types::CreateOntapVolumeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_configurationTypes::CreateAggregateConfiguration

Returns the value of attribute aggregate_configuration.

Returns:



445
446
447
# File 'sig/types.rbs', line 445

def aggregate_configuration
  @aggregate_configuration
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:



442
443
444
# File 'sig/types.rbs', line 442

def copy_tags_to_backups
  @copy_tags_to_backups
end

#junction_path::String

Returns the value of attribute junction_path.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def size_in_megabytes
  @size_in_megabytes
end

#snaplock_configurationTypes::CreateSnaplockConfiguration

Returns the value of attribute snaplock_configuration.

Returns:



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.

Returns:



441
442
443
# File 'sig/types.rbs', line 441

def snapshot_policy
  @snapshot_policy
end

#storage_efficiency_enabledBoolean

Returns the value of attribute storage_efficiency_enabled.

Returns:



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.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def storage_virtual_machine_id
  @storage_virtual_machine_id
end

#tiering_policyTypes::TieringPolicy

Returns the value of attribute tiering_policy.

Returns:



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.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def volume_style
  @volume_style
end