Eci Scaling Configuration Volume Args
data class EciScalingConfigurationVolumeArgs(val configFileVolumeConfigFileToPaths: Output<List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs>>? = null, val diskVolumeDiskId: Output<String>? = null, val diskVolumeDiskSize: Output<Int>? = null, val diskVolumeFsType: Output<String>? = null, val flexVolumeDriver: Output<String>? = null, val flexVolumeFsType: Output<String>? = null, val flexVolumeOptions: Output<String>? = null, val name: Output<String>? = null, val nfsVolumePath: Output<String>? = null, val nfsVolumeReadOnly: Output<Boolean>? = null, val nfsVolumeServer: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<EciScalingConfigurationVolumeArgs>
Constructors
Link copied to clipboard
constructor(configFileVolumeConfigFileToPaths: Output<List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs>>? = null, diskVolumeDiskId: Output<String>? = null, diskVolumeDiskSize: Output<Int>? = null, diskVolumeFsType: Output<String>? = null, flexVolumeDriver: Output<String>? = null, flexVolumeFsType: Output<String>? = null, flexVolumeOptions: Output<String>? = null, name: Output<String>? = null, nfsVolumePath: Output<String>? = null, nfsVolumeReadOnly: Output<Boolean>? = null, nfsVolumeServer: Output<String>? = null, type: Output<String>? = null)
Properties
Link copied to clipboard
val configFileVolumeConfigFileToPaths: Output<List<EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs>>? = null
ConfigFileVolumeConfigFileToPaths. See config_file_volume_config_file_to_paths below for details.
Link copied to clipboard
The ID of DiskVolume.
Link copied to clipboard
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
The path to the NFS volume.
Link copied to clipboard
The nfs volume read only. Default to false.
Link copied to clipboard
The address of the NFS server.