GetContainerGroupsGroupInitContainerVolumeMount

data class GetContainerGroupsGroupInitContainerVolumeMount(val mountPath: String, val name: String, val readOnly: Boolean)

Constructors

constructor(mountPath: String, name: String, readOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The directory of the mounted volume. Data under this directory will be overwritten by the data in the volume.

Link copied to clipboard

The name of the volume. The name is the same as the volume you selected when you purchased the container.

Link copied to clipboard

Default value: false.