Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetAccessGroupsResult(val groups: List<GetAccessGroupsGroup>, val id: String, val ids: List<String>, val limit: Int? = null, val nameRegex: String? = null, val names: List<String>, val orderBy: String? = null, val orderType: String? = null, val outputFile: String? = null, val startOffset: Int? = null)
A collection of values returned by getAccessGroups.
Link copied to clipboard
data class GetAccessRulesResult(val accessGroupId: String, val id: String, val ids: List<String>, val outputFile: String? = null, val rules: List<GetAccessRulesRule>)
A collection of values returned by getAccessRules.
Link copied to clipboard
Link copied to clipboard
data class GetFileSystemsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val systems: List<GetFileSystemsSystem>)
A collection of values returned by getFileSystems.
Link copied to clipboard
data class GetFileSystemsSystem(val createTime: String, val description: String, val fileSystemId: String, val fileSystemName: String, val id: String, val mountPointCount: Int, val numberOfDirectories: Int, val numberOfFiles: Int, val protocolType: String, val provisionedThroughputInMiBps: Int, val spaceCapacity: Int, val storagePackageId: String, val storageType: String, val throughputMode: String, val usedSpaceSize: Double, val zoneId: String)
Link copied to clipboard
Link copied to clipboard
data class GetMountPointsResult(val fileSystemId: String, val id: String, val ids: List<String>, val outputFile: String? = null, val points: List<GetMountPointsPoint>, val status: String? = null)
A collection of values returned by getMountPoints.
Link copied to clipboard
data class GetZonesResult(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
Link copied to clipboard
data class VscMountPointInstance(val instanceId: String? = null, val status: String? = null, val vscs: List<VscMountPointInstanceVsc>? = null)
Link copied to clipboard
data class VscMountPointInstanceVsc(val vscId: String? = null, val vscStatus: String? = null, val vscType: String? = null)