Package-level declarations
Types
Link copied to clipboard
data class AccessPointPosixUser(val posixGroupId: Int? = null, val posixSecondaryGroupIds: List<Int>? = null, val posixUserId: Int? = null)
Link copied to clipboard
data class AccessPointRootPathPermission(val ownerGroupId: Int? = null, val ownerUserId: Int? = null, val permission: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetAccessGroupsResult(val accessGroupName: String? = null, val accessGroupType: String? = null, val description: String? = null, val fileSystemType: String? = null, val groups: List<GetAccessGroupsGroup>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val type: String? = null, val useutcDateTime: Boolean? = null)
A collection of values returned by getAccessGroups.
Link copied to clipboard
data class GetAccessRulesResult(val accessGroupName: String, val id: String, val ids: List<String>, val outputFile: String? = null, val rules: List<GetAccessRulesRule>, val rwAccess: String? = null, val sourceCidrIp: String? = null, val userAccess: String? = null)
A collection of values returned by getAccessRules.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetAutoSnapshotPoliciesResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val policies: List<GetAutoSnapshotPoliciesPolicy>, val status: String? = null)
A collection of values returned by getAutoSnapshotPolicies.
Link copied to clipboard
data class GetDataFlowsFlow(val createTime: String, val dataFlowId: String, val description: String, val errorMessage: String, val fileSystemId: String, val fileSystemPath: String, val fsetDescription: String, val fsetId: String, val id: String, val sourceSecurityType: String, val sourceStorage: String, val status: String, val throughput: Int)
Link copied to clipboard
data class GetDataFlowsResult(val fileSystemId: String, val flows: List<GetDataFlowsFlow>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getDataFlows.
Link copied to clipboard
Link copied to clipboard
data class GetFilesetsResult(val fileSystemId: String, val filesets: List<GetFilesetsFileset>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getFilesets.
Link copied to clipboard
data class GetFileSystemsResult(val descriptionRegex: String? = null, val descriptions: List<String>, val id: String, val ids: List<String>, val outputFile: String? = null, val protocolType: String? = null, val storageType: String? = null, val systems: List<GetFileSystemsSystem>)
A collection of values returned by getFileSystems.
Link copied to clipboard
data class GetFileSystemsSystem(val capacity: Int, val createTime: String, val description: String, val encryptType: Int, val fileSystemType: String, val id: String, val kmsKeyId: String, val meteredSize: Int, val protocolType: String, val regionId: String, val storageType: String, val zoneId: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetMountTargetsResult(val accessGroupName: String? = null, val fileSystemId: String, val id: String, val ids: List<String>, val mountTargetDomain: String? = null, val networkType: String? = null, val outputFile: String? = null, val status: String? = null, val targets: List<GetMountTargetsTarget>, val type: String? = null, val vpcId: String? = null, val vswitchId: String? = null)
A collection of values returned by getMountTargets.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A collection of values returned by getService.
Link copied to clipboard
data class GetSnapshotsResult(val fileSystemId: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val snapshotName: String? = null, val snapshots: List<GetSnapshotsSnapshot>, val status: String? = null)
A collection of values returned by getSnapshots.
Link copied to clipboard
data class GetSnapshotsSnapshot(val createTime: String, val description: String, val encryptType: Int, val id: String, val progress: String, val remainTime: Int, val retentionDays: Int, val snapshotId: String, val snapshotName: String, val sourceFileSystemId: String, val sourceFileSystemSize: String, val sourceFileSystemVersion: String, val status: String)
Link copied to clipboard
data class GetZonesResult(val fileSystemType: String? = null, val id: String, val outputFile: String? = null, val zones: List<GetZonesZone>)
A collection of values returned by getZones.
Link copied to clipboard
Link copied to clipboard