Class: Aws::DataSync::Types::NetAppONTAPVolume

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

Overview

The information that DataSync Discovery collects about a volume in your on-premises storage system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provisionedInteger

The total storage space that's available in the volume.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_usedInteger

The storage space that's being used in the volume.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#cifs_share_countInteger

The number of CIFS shares in the volume.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#logical_capacity_usedInteger

The storage space that's being used in the volume without accounting for compression or deduplication.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#lun_countInteger

The number of LUNs (logical unit numbers) in the volume.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#max_p95_performanceTypes::MaxP95Performance

The performance data that DataSync Discovery collects about the volume.



4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#nfs_exportedBoolean

The number of NFS volumes in the volume.

Returns:

  • (Boolean)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_statusString

Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.

For more information, see Recommendation statuses.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationsArray<Types::Recommendation>

The Amazon Web Services storage services that DataSync Discovery recommends for the volume. For more information, see Recommendations provided by DataSync Discovery.

Returns:



4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The universally unique identifier (UUID) of the volume.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#security_styleString

The volume's security style (such as Unix or NTFS).

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_capacity_usedInteger

The amount of storage in the volume that's being used for snapshots.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#svm_nameString

The name of the SVM associated with the volume.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#svm_uuidString

The UUID of the storage virtual machine (SVM) associated with the volume.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end

#volume_nameString

The name of the volume.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4077

class NetAppONTAPVolume < Struct.new(
  :volume_name,
  :resource_id,
  :cifs_share_count,
  :security_style,
  :svm_uuid,
  :svm_name,
  :capacity_used,
  :capacity_provisioned,
  :logical_capacity_used,
  :nfs_exported,
  :snapshot_capacity_used,
  :max_p95_performance,
  :recommendations,
  :recommendation_status,
  :lun_count)
  SENSITIVE = []
  include Aws::Structure
end