Package-level declarations
Types
Link copied to clipboard
data class FastSnapshotRestoreTimeoutsArgs(val create: Output<String>? = null, val delete: Output<String>? = null) : ConvertibleToJava<FastSnapshotRestoreTimeoutsArgs>
Link copied to clipboard
Builder for FastSnapshotRestoreTimeoutsArgs.
Link copied to clipboard
data class GetEbsVolumesFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetEbsVolumesFilter>
Link copied to clipboard
Builder for GetEbsVolumesFilter.
Link copied to clipboard
data class GetEbsVolumesPlainArgs(val filters: List<GetEbsVolumesFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEbsVolumesPlainArgs>
A collection of arguments for invoking getEbsVolumes.
Link copied to clipboard
Builder for GetEbsVolumesPlainArgs.
Link copied to clipboard
data class GetSnapshotFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetSnapshotFilter>
Link copied to clipboard
class GetSnapshotFilterBuilder
Builder for GetSnapshotFilter.
Link copied to clipboard
data class GetSnapshotIdsFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetSnapshotIdsFilter>
Link copied to clipboard
Builder for GetSnapshotIdsFilter.
Link copied to clipboard
data class GetSnapshotIdsPlainArgs(val filters: List<GetSnapshotIdsFilter>? = null, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null) : ConvertibleToJava<GetSnapshotIdsPlainArgs>
A collection of arguments for invoking getSnapshotIds.
Link copied to clipboard
Builder for GetSnapshotIdsPlainArgs.
Link copied to clipboard
data class GetSnapshotPlainArgs(val filters: List<GetSnapshotFilter>? = null, val mostRecent: Boolean? = null, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null, val snapshotIds: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSnapshotPlainArgs>
A collection of arguments for invoking getSnapshot.
Link copied to clipboard
Builder for GetSnapshotPlainArgs.
Link copied to clipboard
data class GetVolumeFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetVolumeFilter>
Link copied to clipboard
class GetVolumeFilterBuilder
Builder for GetVolumeFilter.
Link copied to clipboard
data class GetVolumePlainArgs(val filters: List<GetVolumeFilter>? = null, val mostRecent: Boolean? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVolumePlainArgs>
A collection of arguments for invoking getVolume.
Link copied to clipboard
Builder for GetVolumePlainArgs.
Link copied to clipboard
data class SnapshotImportClientDataArgs(val comment: Output<String>? = null, val uploadEnd: Output<String>? = null, val uploadSize: Output<Double>? = null, val uploadStart: Output<String>? = null) : ConvertibleToJava<SnapshotImportClientDataArgs>
Link copied to clipboard
Builder for SnapshotImportClientDataArgs.
Link copied to clipboard
data class SnapshotImportDiskContainerArgs(val description: Output<String>? = null, val format: Output<String>, val url: Output<String>? = null, val userBucket: Output<SnapshotImportDiskContainerUserBucketArgs>? = null) : ConvertibleToJava<SnapshotImportDiskContainerArgs>
Link copied to clipboard
Builder for SnapshotImportDiskContainerArgs.
Link copied to clipboard
data class SnapshotImportDiskContainerUserBucketArgs(val s3Bucket: Output<String>, val s3Key: Output<String>) : ConvertibleToJava<SnapshotImportDiskContainerUserBucketArgs>
Link copied to clipboard