Class: Aws::DataSync::Types::DescribeLocationFsxOpenZfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationFsxOpenZfsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the FSx for OpenZFS location was created.
-
#location_arn ⇒ String
The ARN of the FSx for OpenZFS location that was described.
-
#location_uri ⇒ String
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
-
#protocol ⇒ Types::FsxProtocol
The type of protocol that DataSync uses to access your file system.
-
#security_group_arns ⇒ Array<String>
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
Instance Attribute Details
#creation_time ⇒ Time
The time that the FSx for OpenZFS location was created.
1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-datasync/types.rb', line 1973 class DescribeLocationFsxOpenZfsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :protocol, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the FSx for OpenZFS location that was described.
1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-datasync/types.rb', line 1973 class DescribeLocationFsxOpenZfsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :protocol, :creation_time) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: ‘fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder`
1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-datasync/types.rb', line 1973 class DescribeLocationFsxOpenZfsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :protocol, :creation_time) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ Types::FsxProtocol
The type of protocol that DataSync uses to access your file system.
1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-datasync/types.rb', line 1973 class DescribeLocationFsxOpenZfsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :protocol, :creation_time) SENSITIVE = [] include Aws::Structure end |
#security_group_arns ⇒ Array<String>
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
1973 1974 1975 1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-datasync/types.rb', line 1973 class DescribeLocationFsxOpenZfsResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :protocol, :creation_time) SENSITIVE = [] include Aws::Structure end |