Class: Aws::Types::UpdateOntapVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:

  • (Boolean)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def copy_tags_to_backups
  @copy_tags_to_backups
end

#junction_path::String

Returns the value of attribute junction_path.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def junction_path
  @junction_path
end

#security_style"UNIX", ...

Returns the value of attribute security_style.

Returns:

  • ("UNIX", "NTFS", "MIXED")


1827
1828
1829
# File 'sig/types.rbs', line 1827

def security_style
  @security_style
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.

Returns:

  • (::Integer)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def size_in_bytes
  @size_in_bytes
end

#size_in_megabytes::Integer

Returns the value of attribute size_in_megabytes.

Returns:

  • (::Integer)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def size_in_megabytes
  @size_in_megabytes
end

#snaplock_configurationTypes::UpdateSnaplockConfiguration

Returns the value of attribute snaplock_configuration.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def snaplock_configuration
  @snaplock_configuration
end

#snapshot_policy::String

Returns the value of attribute snapshot_policy.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def snapshot_policy
  @snapshot_policy
end

#storage_efficiency_enabledBoolean

Returns the value of attribute storage_efficiency_enabled.

Returns:

  • (Boolean)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def storage_efficiency_enabled
  @storage_efficiency_enabled
end

#tiering_policyTypes::TieringPolicy

Returns the value of attribute tiering_policy.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def tiering_policy
  @tiering_policy
end