Class: Aws::DataSync::Types::DescribeLocationFsxOntapResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the location was created.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fsx_filesystem_arnString

The ARN of the FSx for ONTAP file system.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the FSx for ONTAP file system location.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The uniform resource identifier (URI) of the FSx for ONTAP file system location.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#protocolTypes::FsxProtocol

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_arnsArray<String>

The security groups that DataSync uses to access your FSx for ONTAP file system.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end

#storage_virtual_machine_arnString

The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you’re copying data to or from.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-datasync/types.rb', line 2034

class DescribeLocationFsxOntapResponse < Struct.new(
  :creation_time,
  :location_arn,
  :location_uri,
  :protocol,
  :security_group_arns,
  :storage_virtual_machine_arn,
  :fsx_filesystem_arn)
  SENSITIVE = []
  include Aws::Structure
end