Get Container Groups Group Volume
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)
Properties
Link copied to clipboard
val configFileVolumeConfigFileToPaths: List<GetContainerGroupsGroupVolumeConfigFileVolumeConfigFileToPath>
The list of configuration file paths.
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 path to the NFS volume.
Link copied to clipboard
Default value: false
.
Link copied to clipboard
The address of the NFS server.