Class: Aws::Types::CreateStorageVirtualMachineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:svm_admin_password])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def tags
  @tags
end