Class: Aws::FSx::Types::CreateStorageVirtualMachineRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:svm_admin_password]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_configurationTypes::CreateSvmActiveDirectoryConfiguration

Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS clients accessing the file system.



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#client_request_tokenString

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#file_system_idString

The globally unique ID of the file system, assigned by Amazon FSx.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#nameString

The name of the SVM.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#root_volume_security_styleString

The security style of the root volume of the SVM. Specify one of the following values:

  • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.

  • NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.

  • MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#svm_admin_passwordString

The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.

Returns:

  • (String)


3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of Tag values, with a maximum of 50 elements.

Returns:



3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3253

class CreateStorageVirtualMachineRequest < Struct.new(
  :active_directory_configuration,
  :client_request_token,
  :file_system_id,
  :name,
  :svm_admin_password,
  :tags,
  :root_volume_security_style)
  SENSITIVE = [:svm_admin_password]
  include Aws::Structure
end