Class: Aws::Lightsail::Types::AttachDiskRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_mountingBoolean

A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer. The default value is False.

This value only applies to Lightsail for Research resources.

Returns:

  • (Boolean)


705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 705

class AttachDiskRequest < Struct.new(
  :disk_name,
  :instance_name,
  :disk_path,
  :auto_mounting)
  SENSITIVE = []
  include Aws::Structure
end

#disk_nameString

The unique Lightsail disk name (my-disk).

Returns:

  • (String)


705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 705

class AttachDiskRequest < Struct.new(
  :disk_name,
  :instance_name,
  :disk_path,
  :auto_mounting)
  SENSITIVE = []
  include Aws::Structure
end

#disk_pathString

The disk path to expose to the instance (/dev/xvdf).

Returns:

  • (String)


705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 705

class AttachDiskRequest < Struct.new(
  :disk_name,
  :instance_name,
  :disk_path,
  :auto_mounting)
  SENSITIVE = []
  include Aws::Structure
end

#instance_nameString

The name of the Lightsail instance where you want to utilize the storage disk.

Returns:

  • (String)


705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 705

class AttachDiskRequest < Struct.new(
  :disk_name,
  :instance_name,
  :disk_path,
  :auto_mounting)
  SENSITIVE = []
  include Aws::Structure
end