Class: Aws::Types::OntapVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_configurationTypes::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_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:

  • (Boolean)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def copy_tags_to_backups
  @copy_tags_to_backups
end

#flex_cache_endpoint_type"NONE", ...

Returns the value of attribute flex_cache_endpoint_type.

Returns:

  • ("NONE", "ORIGIN", "CACHE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("RW", "DP", "LS")


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def size_in_megabytes
  @size_in_megabytes
end

#snaplock_configurationTypes::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.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def snapshot_policy
  @snapshot_policy
end

#storage_efficiency_enabledBoolean

Returns the value of attribute storage_efficiency_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def storage_virtual_machine_id
  @storage_virtual_machine_id
end

#storage_virtual_machine_rootBoolean

Returns the value of attribute storage_virtual_machine_root.

Returns:

  • (Boolean)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def storage_virtual_machine_root
  @storage_virtual_machine_root
end

#tiering_policyTypes::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.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def uuid
  @uuid
end

#volume_style"FLEXVOL", "FLEXGROUP"

Returns the value of attribute volume_style.

Returns:

  • ("FLEXVOL", "FLEXGROUP")


1319
1320
1321
# File 'sig/types.rbs', line 1319

def volume_style
  @volume_style
end