ContainerGroupDefinitionContainerMountPointArgs

data class ContainerGroupDefinitionContainerMountPointArgs(val accessLevel: Output<ContainerGroupDefinitionContainerMountPointAccessLevel>? = null, val containerPath: Output<String>? = null, val instancePath: Output<String>) : ConvertibleToJava<ContainerGroupDefinitionContainerMountPointArgs>

Defines the mount point configuration within a container.

Constructors

constructor(accessLevel: Output<ContainerGroupDefinitionContainerMountPointAccessLevel>? = null, containerPath: Output<String>? = null, instancePath: Output<String>)

Properties

Link copied to clipboard

The access permissions for the mounted path.

Link copied to clipboard
val containerPath: Output<String>? = null

The path inside the container where the mount is accessible.

Link copied to clipboard
val instancePath: Output<String>

The path on the host that will be mounted in the container.

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupDefinitionContainerMountPointArgs