Package-level declarations
Types
Link copied to clipboard
data class GetAccessGroupsPlainArgs(val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val orderBy: String? = null, val orderType: String? = null, val outputFile: String? = null, val startOffset: Int? = null) : ConvertibleToJava<GetAccessGroupsPlainArgs>
A collection of arguments for invoking getAccessGroups.
Link copied to clipboard
Builder for GetAccessGroupsPlainArgs.
Link copied to clipboard
data class GetAccessRulesPlainArgs(val accessGroupId: String, val ids: List<String>? = null, val outputFile: String? = null) : ConvertibleToJava<GetAccessRulesPlainArgs>
A collection of arguments for invoking getAccessRules.
Link copied to clipboard
Builder for GetAccessRulesPlainArgs.
Link copied to clipboard
data class GetFileSystemsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetFileSystemsPlainArgs>
A collection of arguments for invoking getFileSystems.
Link copied to clipboard
Builder for GetFileSystemsPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetMountPointsPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getZones.
Link copied to clipboard
class GetZonesPlainArgsBuilder
Builder for GetZonesPlainArgs.