Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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.

Returns:

  • (Time)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:

  • (String)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:

  • (String)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:

  • (String)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:


1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:

  • (Array<String>)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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.

Returns:

  • (String)

1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1997

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