Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class DirectoryWorkspaceAccessProperties(val deviceTypeAndroid: String? = null, val deviceTypeChromeos: String? = null, val deviceTypeIos: String? = null, val deviceTypeLinux: String? = null, val deviceTypeOsx: String? = null, val deviceTypeWeb: String? = null, val deviceTypeWindows: String? = null, val deviceTypeZeroclient: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetBundleResult(val bundleId: String? = null, val computeTypes: List<GetBundleComputeType>, val description: String, val id: String, val name: String? = null, val owner: String? = null, val rootStorages: List<GetBundleRootStorage>, val userStorages: List<GetBundleUserStorage>)
A collection of values returned by getBundle.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetDirectoryResult(val alias: String, val customerUserName: String, val directoryId: String, val directoryName: String, val directoryType: String, val dnsIpAddresses: List<String>, val iamRoleId: String, val id: String, val ipGroupIds: List<String>, val registrationCode: String, val selfServicePermissions: List<GetDirectorySelfServicePermission>, val subnetIds: List<String>, val tags: Map<String, String>? = null, val workspaceAccessProperties: List<GetDirectoryWorkspaceAccessProperty>, val workspaceCreationProperties: List<GetDirectoryWorkspaceCreationProperty>, val workspaceSecurityGroupId: String)
A collection of values returned by getDirectory.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetWorkspaceResult(val bundleId: String, val computerName: String, val directoryId: String, val id: String, val ipAddress: String, val rootVolumeEncryptionEnabled: Boolean, val state: String, val tags: Map<String, String>, val userName: String, val userVolumeEncryptionEnabled: Boolean, val volumeEncryptionKey: String, val workspaceId: String, val workspaceProperties: List<GetWorkspaceWorkspaceProperty>)
A collection of values returned by getWorkspace.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard