ContainerGroupVolume

data class ContainerGroupVolume(val configFileVolumeConfigFileToPaths: List<ContainerGroupVolumeConfigFileVolumeConfigFileToPath>? = null, val diskVolumeDiskId: String? = null, val diskVolumeFsType: String? = null, val flexVolumeDriver: String? = null, val flexVolumeFsType: String? = null, val flexVolumeOptions: String? = null, val name: String? = null, val nfsVolumePath: String? = null, val nfsVolumeReadOnly: Boolean? = null, val nfsVolumeServer: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(configFileVolumeConfigFileToPaths: List<ContainerGroupVolumeConfigFileVolumeConfigFileToPath>? = null, diskVolumeDiskId: String? = null, diskVolumeFsType: String? = null, flexVolumeDriver: String? = null, flexVolumeFsType: String? = null, flexVolumeOptions: String? = null, name: String? = null, nfsVolumePath: String? = null, nfsVolumeReadOnly: Boolean? = null, nfsVolumeServer: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The paths of the ConfigFile volume. See config_file_volume_config_file_to_paths below.

Link copied to clipboard

The ID of DiskVolume.

Link copied to clipboard

The system type of DiskVolume.

Link copied to clipboard

The name of the FlexVolume driver.

Link copied to clipboard

The type of the mounted file system. The default value is determined by the script of FlexVolume.

Link copied to clipboard

The list of FlexVolume objects. Each object is a key-value pair contained in a JSON string.

Link copied to clipboard
val name: String? = null

The name of the volume.

Link copied to clipboard
val nfsVolumePath: String? = null

The path to the NFS volume.

Link copied to clipboard

The nfs volume read only. Default value: false.

Link copied to clipboard
val nfsVolumeServer: String? = null

The address of the NFS server.

Link copied to clipboard
val type: String? = null

The type of the volume.