EciScalingConfigurationVolume

data class EciScalingConfigurationVolume(val configFileVolumeConfigFileToPaths: List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPath>? = null, val diskVolumeDiskId: String? = null, val diskVolumeDiskSize: Int? = 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
fun EciScalingConfigurationVolume(configFileVolumeConfigFileToPaths: List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPath>? = null, diskVolumeDiskId: String? = null, diskVolumeDiskSize: Int? = 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

ConfigFileVolumeConfigFileToPaths. See config_file_volume_config_file_to_paths below for details.

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