VolumeDefinitionArgs

constructor(bind: Output<BindOptionsArgs>? = null, consistency: Output<String>? = null, readOnly: Output<Boolean>? = null, source: Output<String>? = null, target: Output<String>? = null, tmpfs: Output<TmpfsOptionsArgs>? = null, type: Output<Either<String, VolumeDefinitionType>>? = null, volume: Output<VolumeOptionsArgs>? = null)