Package io.openraven.magpie.data.aws.fsx
Class FSxFileSystem
- java.lang.Object
-
- io.openraven.magpie.data.Resource
-
- io.openraven.magpie.data.aws.AWSResource
-
- io.openraven.magpie.data.aws.fsx.FSxFileSystem
-
@Entity public class FSxFileSystem extends AWSResource
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_TYPEprotected static StringTABLE_NAME-
Fields inherited from class io.openraven.magpie.data.aws.AWSResource
arn, awsAccountId, awsRegion, configuration, createdIso, discoveryMeta, discoverySessionId, documentId, maxSizeInBytes, resourceId, resourceName, resourceType, sizeInBytes, supplementaryConfiguration, tags, updatedIso
-
-
Constructor Summary
Constructors Constructor Description FSxFileSystem()FSxFileSystem(String account, String regionId, software.amazon.awssdk.services.fsx.model.FileSystem fileSystem)FSxFileSystem(String account, String regionId, software.amazon.awssdk.services.fsx.model.FileSystem fileSystem, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
-
Methods inherited from class io.openraven.magpie.data.aws.AWSResource
getArn, getAwsAccountId, getAwsRegion, getConfiguration, getCreatedIso, getDiscoveryMeta, getDiscoverySessionId, getDocumentId, getMaxSizeInBytes, getResourceId, getResourceName, getResourceType, getSizeInBytes, getSupplementaryConfiguration, getTags, getUpdatedIso, setArn, setAwsAccountId, setAwsRegion, setConfiguration, setCreatedIso, setDiscoveryMeta, setDiscoverySessionId, setDocumentId, setMaxSizeInBytes, setResourceId, setResourceName, setResourceType, setSizeInBytes, setSupplementaryConfiguration, setTags, setUpdatedIso
-
-
-
-
Field Detail
-
TABLE_NAME
protected static final String TABLE_NAME
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
-