GetContainerGroupsGroupVolume

data class GetContainerGroupsGroupVolume(val configFileVolumeConfigFileToPaths: List<GetContainerGroupsGroupVolumeConfigFileVolumeConfigFileToPath>, val diskVolumeDiskId: String, val diskVolumeFsType: String, val flexVolumeDriver: String, val flexVolumeFsType: String, val flexVolumeOptions: String, val name: String, val nfsVolumePath: String, val nfsVolumeReadOnly: Boolean, val nfsVolumeServer: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of DiskVolume.

Link copied to clipboard

The 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.

Link copied to clipboard

The name of the volume.

Link copied to clipboard

The path to the NFS volume.

Link copied to clipboard

Default value: false.

Link copied to clipboard

The address of the NFS server.

Link copied to clipboard

The type of the volume. Currently, the following types of volumes are supported: EmptyDirVolume, NFSVolume, ConfigFileVolume, and FlexVolume.