Class: Aws::DataSync::Types::DescribeLocationFsxOpenZfsResponse

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 FSx for OpenZFS location was created.

Returns:

  • (Time)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1891

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

#location_arnString

The ARN of the FSx for OpenZFS location that was described.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1891

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

#location_uriString

The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1891

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

#protocolTypes::FsxProtocol

The type of protocol that DataSync uses to access your file system.

Returns:



1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1891

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

#security_group_arnsArray<String>

The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

Returns:

  • (Array<String>)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1891

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