EciScalingConfigurationVolume

data class EciScalingConfigurationVolume(val configFileVolumeConfigFileToPaths: List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPath>? = null, val configFileVolumeDefaultMode: Int? = null, val diskVolumeDiskId: String? = null, val diskVolumeDiskSize: Int? = null, val diskVolumeFsType: String? = null, val emptyDirVolumeMedium: String? = null, val emptyDirVolumeSizeLimit: String? = null, val flexVolumeDriver: String? = null, val flexVolumeFsType: String? = null, val flexVolumeOptions: String? = null, val hostPathVolumePath: String? = null, val hostPathVolumeType: 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<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPath>? = null, configFileVolumeDefaultMode: Int? = null, diskVolumeDiskId: String? = null, diskVolumeDiskSize: Int? = null, diskVolumeFsType: String? = null, emptyDirVolumeMedium: String? = null, emptyDirVolumeSizeLimit: String? = null, flexVolumeDriver: String? = null, flexVolumeFsType: String? = null, flexVolumeOptions: String? = null, hostPathVolumePath: String? = null, hostPathVolumeType: 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

ConfigFileVolumeConfigFileToPaths. See config_file_volume_config_file_to_paths below for details.

Link copied to clipboard

The default permissions on the ConfigFileVolume.

Link copied to clipboard

The ID of DiskVolume.

Link copied to clipboard
val diskVolumeDiskSize: Int? = null

The disk size of DiskVolume.

Link copied to clipboard

The system type of DiskVolume.

Link copied to clipboard

The storage medium of the EmptyDirVolume. If you leave this parameter empty, the file system of the node is used as the storage medium. If you set this parameter to memory, the memory is used as the storage medium.

Link copied to clipboard

The storage size of the EmptyDirVolume. Unit: GiB or MiB.

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

The absolute path on the host.

Link copied to clipboard

The type of the host path. Examples: File, Directory, and Socket.

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