Package-level declarations

Types

Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

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

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Provides a DFS Mount Point resource. For information about 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 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 DFS Mount Point resource. For information about DFS Mount Point and how to use it, see What is Mount Point.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun accessGroupResource(name: String, block: suspend AccessGroupResourceBuilder.() -> Unit): AccessGroup
Link copied to clipboard
suspend fun accessRuleResource(name: String, block: suspend AccessRuleResourceBuilder.() -> Unit): AccessRule
Link copied to clipboard
suspend fun fileSystemResource(name: String, block: suspend FileSystemResourceBuilder.() -> Unit): FileSystem
Link copied to clipboard
suspend fun mountPointResource(name: String, block: suspend MountPointResourceBuilder.() -> Unit): MountPoint