Class: Aws::StorageGateway::Types::FileSystemAssociationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileSystemAssociationInfo
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Describes the object returned by DescribeFileSystemAssociations
that
describes a created file system association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
-
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
-
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
-
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association.
-
#file_system_association_status ⇒ String
The status of the file system association.
-
#file_system_association_status_details ⇒ Array<Types::FileSystemAssociationStatusDetail>
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#location_arn ⇒ String
The ARN of the backend Amazon FSx file system used for storing file data.
-
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
Instance Attribute Details
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
IpAddresses
field is required.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#file_system_association_status ⇒ String
The status of the file system association. Valid Values: AVAILABLE
| CREATING
| DELETING
| FORCE_DELETING
| UPDATING
|
ERROR
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#file_system_association_status_details ⇒ Array<Types::FileSystemAssociationStatusDetail>
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the Amazon FSx API Reference.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4105 class FileSystemAssociationInfo < Struct.new( :file_system_association_arn, :location_arn, :file_system_association_status, :audit_destination_arn, :gateway_arn, :tags, :cache_attributes, :endpoint_network_configuration, :file_system_association_status_details) SENSITIVE = [] include Aws::Structure end |