Package-level declarations

Types

Link copied to clipboard
class AccessGroup : KotlinCustomResource

Provides a DFS Access Group resource. For information about DFS Access Group and how to use it, see What is Access Group.

Link copied to clipboard
data class AccessGroupArgs(val accessGroupName: Output<String>? = null, val description: Output<String>? = null, val networkType: Output<String>? = null) : ConvertibleToJava<AccessGroupArgs>

Provides a DFS Access Group resource. For information about DFS Access Group and how to use it, see What is Access Group.

Link copied to clipboard
Link copied to clipboard
object AccessGroupMapper : ResourceMapper<AccessGroup>
Link copied to clipboard
Link copied to clipboard
class AccessRule : KotlinCustomResource

Provides a DFS Access Rule resource. For information about DFS Access Rule and how to use it, see What is Access Rule.

Link copied to clipboard
data class AccessRuleArgs(val accessGroupId: Output<String>? = null, val description: Output<String>? = null, val networkSegment: Output<String>? = null, val priority: Output<Int>? = null, val rwAccessType: Output<String>? = null) : ConvertibleToJava<AccessRuleArgs>

Provides a DFS Access Rule resource. For information about DFS Access Rule and how to use it, see What is Access Rule.

Link copied to clipboard
Link copied to clipboard
object AccessRuleMapper : ResourceMapper<AccessRule>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FileSystem : KotlinCustomResource

Provides a Apsara File Storage for HDFS (DFS) File System resource. For information about Apsara File Storage for HDFS (DFS) File System and how to use it, see What is File System.

Link copied to clipboard
data class FileSystemArgs(val dataRedundancyType: Output<String>? = null, val dedicatedClusterId: Output<String>? = null, val description: Output<String>? = null, val fileSystemName: Output<String>? = null, val partitionNumber: Output<Int>? = null, val protocolType: Output<String>? = null, val provisionedThroughputInMiBps: Output<Int>? = null, val spaceCapacity: Output<Int>? = null, val storageSetName: Output<String>? = null, val storageType: Output<String>? = null, val throughputMode: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<FileSystemArgs>

Provides a Apsara File Storage for HDFS (DFS) File System resource. For information about Apsara File Storage for HDFS (DFS) File System and how to use it, see What is File System.

Link copied to clipboard
Link copied to clipboard
object FileSystemMapper : ResourceMapper<FileSystem>
Link copied to clipboard
Link copied to clipboard
class MountPoint : KotlinCustomResource

Provides a Apsara File Storage for HDFS (DFS) Mount Point resource. For information about Apsara File Storage for HDFS (DFS) Mount Point and how to use it, see What is Mount Point.

Link copied to clipboard
data class MountPointArgs(val accessGroupId: Output<String>? = null, val aliasPrefix: Output<String>? = null, val description: Output<String>? = null, val fileSystemId: Output<String>? = null, val networkType: Output<String>? = null, val status: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<MountPointArgs>

Provides a Apsara File Storage for HDFS (DFS) Mount Point resource. For information about Apsara File Storage for HDFS (DFS) Mount Point and how to use it, see What is Mount Point.

Link copied to clipboard
Link copied to clipboard
object MountPointMapper : ResourceMapper<MountPoint>
Link copied to clipboard
Link copied to clipboard
class VscMountPoint : KotlinCustomResource

Provides a Apsara File Storage for HDFS (DFS) Vsc Mount Point resource. For information about Apsara File Storage for HDFS (DFS) Vsc Mount Point and how to use it, see What is Vsc Mount Point.

Link copied to clipboard
data class VscMountPointArgs(val aliasPrefix: Output<String>? = null, val description: Output<String>? = null, val fileSystemId: Output<String>? = null) : ConvertibleToJava<VscMountPointArgs>

Provides a Apsara File Storage for HDFS (DFS) Vsc Mount Point resource. For information about Apsara File Storage for HDFS (DFS) Vsc Mount Point and how to use it, see What is Vsc Mount Point.

Link copied to clipboard
Link copied to clipboard
object VscMountPointMapper : ResourceMapper<VscMountPoint>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun accessGroup(name: String, block: suspend AccessGroupResourceBuilder.() -> Unit): AccessGroup
Link copied to clipboard
suspend fun accessRule(name: String, block: suspend AccessRuleResourceBuilder.() -> Unit): AccessRule
Link copied to clipboard
suspend fun fileSystem(name: String, block: suspend FileSystemResourceBuilder.() -> Unit): FileSystem
Link copied to clipboard
suspend fun mountPoint(name: String, block: suspend MountPointResourceBuilder.() -> Unit): MountPoint
Link copied to clipboard