Class: Aws::Types::CreateStorageVirtualMachineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStorageVirtualMachineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_configuration ⇒ Types::CreateSvmActiveDirectoryConfiguration
Returns the value of attribute active_directory_configuration.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#root_volume_security_style ⇒ "UNIX", ...
Returns the value of attribute root_volume_security_style.
-
#svm_admin_password ⇒ ::String
Returns the value of attribute svm_admin_password.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#active_directory_configuration ⇒ Types::CreateSvmActiveDirectoryConfiguration
Returns the value of attribute active_directory_configuration.
494 495 496 |
# File 'sig/types.rbs', line 494 def active_directory_configuration @active_directory_configuration end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
495 496 497 |
# File 'sig/types.rbs', line 495 def client_request_token @client_request_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def file_system_id @file_system_id end |
#name ⇒ ::String
Returns the value of attribute name.
497 498 499 |
# File 'sig/types.rbs', line 497 def name @name end |
#root_volume_security_style ⇒ "UNIX", ...
Returns the value of attribute root_volume_security_style.
500 501 502 |
# File 'sig/types.rbs', line 500 def root_volume_security_style @root_volume_security_style end |
#svm_admin_password ⇒ ::String
Returns the value of attribute svm_admin_password.
498 499 500 |
# File 'sig/types.rbs', line 498 def svm_admin_password @svm_admin_password end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
499 500 501 |
# File 'sig/types.rbs', line 499 def end |