ContainerGroupVolumeArgs

data class ContainerGroupVolumeArgs(val configFileVolumeConfigFileToPaths: Output<List<ContainerGroupVolumeConfigFileVolumeConfigFileToPathArgs>>? = null, val diskVolumeDiskId: Output<String>? = 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<ContainerGroupVolumeArgs>

Constructors

Link copied to clipboard
constructor(configFileVolumeConfigFileToPaths: Output<List<ContainerGroupVolumeConfigFileVolumeConfigFileToPathArgs>>? = null, diskVolumeDiskId: Output<String>? = 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

The paths of the ConfigFile volume. See config_file_volume_config_file_to_paths below.

Link copied to clipboard
val diskVolumeDiskId: Output<String>? = null

The ID of DiskVolume.

Link copied to clipboard
val diskVolumeFsType: Output<String>? = null

The system type of DiskVolume.

Link copied to clipboard
val flexVolumeDriver: Output<String>? = null

The name of the FlexVolume driver.

Link copied to clipboard
val flexVolumeFsType: Output<String>? = null

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

Link copied to clipboard
val flexVolumeOptions: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name of the volume.

Link copied to clipboard
val nfsVolumePath: Output<String>? = null

The path to the NFS volume.

Link copied to clipboard
val nfsVolumeReadOnly: Output<Boolean>? = null

The nfs volume read only. Default value: false.

Link copied to clipboard
val nfsVolumeServer: Output<String>? = null

The address of the NFS server.

Link copied to clipboard
val type: Output<String>? = null

The type of the volume.

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupVolumeArgs